Notice (8) : Undefined offset: 0 [APP/Controller/NovelsController.php , line 450 ]Code Context //質問の文字数と最初の返信の文字数を合計する
$CommentCount = mb_strlen ( $NovelsOrigin -> comment ) + mb_strlen ( $tree -> toArray ()[ 0 ][ 'novels' ][ 'comment' ]);
$id = '246'
$content = null
$NovelsOrigin = object(App\Model\Entity\Novel) {
'id' => (int) 246,
'title' => '何かの病気でしょうか',
'person_id' => (int) 95,
'category' => '4',
'comment' => '飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。
どこか悪いのでしょうか。',
'no' => (int) 1,
'rs' => (int) 1,
'people' => [
'id' => '95',
'name' => 'ハム太郎'
],
'novels' => [
'created' => '2021-03-09 23:19:27'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__created' => 'datetime',
'People.created' => 'datetime',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '246'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_no = '1'
$count_treeList = (int) 0
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE ((parent_id) IS NULL AND novels.id != :c0) ORDER BY random() LIMIT 3',
'params' => [
':c0' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__created' => 'datetime',
'People.created' => 'datetime',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer'
],
'decorators' => (int) 0,
'executed' => 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 450
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/hamu/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#">
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>「何かの病気でしょうか」のスレッド。怪我・病気の相談。初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</title>
<link href="/hamu/favicon.ico" type="image/x-icon" rel="icon"/><link href="/hamu/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta content="ハムスター,ペット,餌,ケージ" name="keywords"/> <meta name="description" content="飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。
どこか悪いのでしょうか。"/> <meta name="og:description" content="飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。
どこか悪いのでしょうか。"/> <meta property="og:title" content="「何かの病気でしょうか」のスレッド。怪我・病気の相談。初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』">
<meta property="og:type" content="website">
<meta property="og:image" content="https://weblike-tennsaku.ssl-lolipop.jp/hamu/img/9f163993991de0c4706a42c6fd156ac4_m.jpg">
<meta property="og:site_name" content="初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』">
<meta property="og:url" content="https://weblike-tennsaku.ssl-lolipop.jp/hamu/novels/thread/246">
<!-- フェイスブックのID -->
<meta property="fb:app_id" content="1574505692591070">
<!-- Twitterカード -->
<meta name="twitter:site" content="@yosihamusann">
<meta name="twitter:card" content="summary">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/hamu/js/libs/jquery.cookie.js"></script>
<!-- アイコンfontawesome -->
<script src="https://use.fontawesome.com/ccd67eaa35.js"></script>
<!-- リセットCSS -->
<link rel="stylesheet" href="/hamu/css/reset.css"/> <!-- bootstrap framework -->
<link rel="stylesheet" href="/hamu/honoka/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/hamu/css/cake.css"/> <link rel="stylesheet" href="/hamu/css/style.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>
<!-- GoogleAnalyticsのアクセス解析のタグ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104388191-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="header-contents">
<p><a href="/hamu/novels">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</a></p>
</div>
</header>
<div class="clearfix">
<aside id="navtouku">
<div id="navtop">
<ul>
<li>
<a href="/hamu/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>
<div class="main-wrapper container-fluid">
<div class="row">
<div class="col-sm-9">
<main>
<article>
<p>該当する投稿はありません。</p>
</article>
</main>
<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="4497114337"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<section>
<section>
<h2>他の相談一覧</h2>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/217" class="haiku">突然死</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/65" class="name">じゃくそん</a> 回答数 : <span class="tenn">1</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2019-11-30T00:00:37+09:00">2019年11月30日</time> </p>
<div class='truncate'>
毎日4匹のはむちゃんの元気で動いてる姿を確認してます。
今日も朝元気に動いてるのを確認して仕事に行きました。仕事から帰ってくると、...<a href="/hamu/novels/thread/217"> 続きを読む >></a> </div>
<p class="follow"><a href="http://janngariann.com/"><i class="fa fa-arrow-circle-right"></i>ジャンガリアンハムスターの飼い方(管理人のサイト)</a></p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/144" class="haiku">ハムスターに手を噛まれたらずっとそこが痒い!病気を移されたのでしょうか?</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/18" class="name">ぎんどら</a> 回答数 : <span class="tenn">1</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2018-12-06T11:16:12+09:00">2018年12月06日</time> </p>
<div class='truncate'>
ハムスターを飼ってるんですが…。
ハムスターに手を噛まれてそこがずっと痒いです!
何でかわかりますかね!?<a href="/hamu/novels/thread/144"> 続きを読む >></a> </div>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/187" class="haiku">慣れてもらいたい</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/50" class="name">まめ太</a> 回答数 : <span class="tenn">2</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2019-07-26T08:30:53+09:00">2019年07月26日</time> </p>
<div class='truncate'>
初めまして
私はまめ太と言うジャンガリアンのオスを飼い始めたところです
手乗りになってもらいたいと思っているのですが
家に...<a href="/hamu/novels/thread/187"> 続きを読む >></a> </div>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/hamu/novels/tree/187" class="btn btn-default">返信一覧</a> <a href="/hamu/novels/thread/187?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
</div>
</div>
</div>
</section>
<aside class="Amazon1"><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B002RV7Z80/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B002RV7Z80&linkCode=as2&tag=janngariann-22&linkId=7a510b3e577a4d05d54d8979450151d7">スドー かたまるサンド 徳用 1.5kg</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=janngariann-22&l=am2&o=9&a=B002RV7Z80" 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/B002RV7Z80/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B002RV7Z80&linkCode=as2&tag=janngariann-22&linkId=027a8a04ad47458d10f3b2d69d7462e8"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B002RV7Z80&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=janngariann-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=janngariann-22&l=am2&o=9&a=B002RV7Z80" 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></aside>
<h2>▼書き込みの検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/hamu/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="/hamu/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>
<a href="/hamu/novels" id="home">トップページへ</a>
<form method="post" accept-charset="utf-8" id="myForm" role="form" action="/hamu/novels/addSequel/246?quotation=created"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="0e4b972254384ea873962075b5f974a14f5071db792b7994ac6c7feecc099de5cf0215e581b6b32ce80368747846e1516533a6bef99ff715f7c94ca82b74590e"/></div>
<fieldset class="fieldset">
<legend class="legend" >返信する!<small>以下は元記事</small></legend>
<p>
タイトル:何かの病気でしょうか 投稿者: ハム太郎 </p>
<div class="readmore"><p>飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。<br />
どこか悪いのでしょうか。</p>
</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>
<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>
</div>
<div class="col-sm-3 sidebar">
<aside id="koukou9">
<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="4497114337"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<aside>
<ul class="latest2 hidden-xs">
<li><a href="http://janngariann.com/">ジャンガリアンハムスターの飼い方</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
<li><a href="https://ws.formzu.net/sfgen/S75281409/">管理人へ連絡をする</a>
</ul>
</aside>
<aside id="qr" class="hidden-xs">
スマホ版サイトQRコード<br>
<img src="/hamu/img/QR_Code_1521859032.png" alt="スマートフォン版サイトのULRが入ったQRコード" width="147" height="147"/></aside> </div>
</div>
<section>
<h2>初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』の使い方・利用規約(必ずお読みください)。お問い合わせ</h2>
<ul class="latest">
<li><a href="/hamu/novels/howto">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』の使い方</a> <li><a href="/hamu/novels/privacypolicy">プライバシーポリシー/免責事項</a> <li><a href="https://ws.formzu.net/sfgen/S75281409/">管理人へ連絡をする</a>
</ul>
<h2>関連コンテンツ</h2>
<ul class="latest">
<li id="home2"><a href="/hamu/novels">トップページへ戻る</a> <li><a href="http://janngariann.com/">ジャンガリアンハムスターの飼い方</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
</ul>
</section></div>
</div>
<footer>
<a href="/hamu/novels">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</a> </footer>
<!-- Googleのスパム対策 -->
<script src='https://www.google.com/recaptcha/api.js?hl=ja'></script>
<script src="/hamu/js/reCAPTCHA.js"></script><script src="/hamu/js/scroll.js"></script><script src="/hamu/js/comment.js"></script><script src="/hamu/js/line.js"></script><script src="/hamu/js/CharacterSize.js"></script><script src="/hamu/js/accordion2.js"></script><script src="/hamu/js/accordion.js"></script><script src="/hamu/js/main.js"></script><script src="/hamu/honoka/js/bootstrap.min.js"></script></body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/home/users/2/weblike.jp-tennsaku/web/hamu/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/hamu/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/hamu/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#">
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>「何かの病気でしょうか」のスレッド。怪我・病気の相談。初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</title>
<link href="/hamu/favicon.ico" type="image/x-icon" rel="icon"/><link href="/hamu/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta content="ハムスター,ペット,餌,ケージ" name="keywords"/> <meta name="description" content="飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。
どこか悪いのでしょうか。"/> <meta name="og:description" content="飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。
どこか悪いのでしょうか。"/> <meta property="og:title" content="「何かの病気でしょうか」のスレッド。怪我・病気の相談。初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』">
<meta property="og:type" content="website">
<meta property="og:image" content="https://weblike-tennsaku.ssl-lolipop.jp/hamu/img/9f163993991de0c4706a42c6fd156ac4_m.jpg">
<meta property="og:site_name" content="初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』">
<meta property="og:url" content="https://weblike-tennsaku.ssl-lolipop.jp/hamu/novels/thread/246">
<!-- フェイスブックのID -->
<meta property="fb:app_id" content="1574505692591070">
<!-- Twitterカード -->
<meta name="twitter:site" content="@yosihamusann">
<meta name="twitter:card" content="summary">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/hamu/js/libs/jquery.cookie.js"></script>
<!-- アイコンfontawesome -->
<script src="https://use.fontawesome.com/ccd67eaa35.js"></script>
<!-- リセットCSS -->
<link rel="stylesheet" href="/hamu/css/reset.css"/> <!-- bootstrap framework -->
<link rel="stylesheet" href="/hamu/honoka/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/hamu/css/cake.css"/> <link rel="stylesheet" href="/hamu/css/style.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>
<!-- GoogleAnalyticsのアクセス解析のタグ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104388191-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="header-contents">
<p><a href="/hamu/novels">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</a></p>
</div>
</header>
<div class="clearfix">
<aside id="navtouku">
<div id="navtop">
<ul>
<li>
<a href="/hamu/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>
<div class="main-wrapper container-fluid">
<div class="row">
<div class="col-sm-9">
<main>
<article>
<p>該当する投稿はありません。</p>
</article>
</main>
<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="4497114337"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<section>
<section>
<h2>他の相談一覧</h2>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/217" class="haiku">突然死</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/65" class="name">じゃくそん</a> 回答数 : <span class="tenn">1</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2019-11-30T00:00:37+09:00">2019年11月30日</time> </p>
<div class='truncate'>
毎日4匹のはむちゃんの元気で動いてる姿を確認してます。
今日も朝元気に動いてるのを確認して仕事に行きました。仕事から帰ってくると、...<a href="/hamu/novels/thread/217"> 続きを読む >></a> </div>
<p class="follow"><a href="http://janngariann.com/"><i class="fa fa-arrow-circle-right"></i>ジャンガリアンハムスターの飼い方(管理人のサイト)</a></p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/144" class="haiku">ハムスターに手を噛まれたらずっとそこが痒い!病気を移されたのでしょうか?</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/18" class="name">ぎんどら</a> 回答数 : <span class="tenn">1</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2018-12-06T11:16:12+09:00">2018年12月06日</time> </p>
<div class='truncate'>
ハムスターを飼ってるんですが…。
ハムスターに手を噛まれてそこがずっと痒いです!
何でかわかりますかね!?<a href="/hamu/novels/thread/144"> 続きを読む >></a> </div>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/187" class="haiku">慣れてもらいたい</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/50" class="name">まめ太</a> 回答数 : <span class="tenn">2</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2019-07-26T08:30:53+09:00">2019年07月26日</time> </p>
<div class='truncate'>
初めまして
私はまめ太と言うジャンガリアンのオスを飼い始めたところです
手乗りになってもらいたいと思っているのですが
家に...<a href="/hamu/novels/thread/187"> 続きを読む >></a> </div>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/hamu/novels/tree/187" class="btn btn-default">返信一覧</a> <a href="/hamu/novels/thread/187?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
</div>
</div>
</div>
</section>
<aside class="Amazon1"><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B002RV7Z80/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B002RV7Z80&linkCode=as2&tag=janngariann-22&linkId=7a510b3e577a4d05d54d8979450151d7">スドー かたまるサンド 徳用 1.5kg</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=janngariann-22&l=am2&o=9&a=B002RV7Z80" 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/B002RV7Z80/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B002RV7Z80&linkCode=as2&tag=janngariann-22&linkId=027a8a04ad47458d10f3b2d69d7462e8"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B002RV7Z80&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=janngariann-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=janngariann-22&l=am2&o=9&a=B002RV7Z80" 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></aside>
<h2>▼書き込みの検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/hamu/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="/hamu/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>
<a href="/hamu/novels" id="home">トップページへ</a>
<form method="post" accept-charset="utf-8" id="myForm" role="form" action="/hamu/novels/addSequel/246?quotation=created"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="0e4b972254384ea873962075b5f974a14f5071db792b7994ac6c7feecc099de5cf0215e581b6b32ce80368747846e1516533a6bef99ff715f7c94ca82b74590e"/></div>
<fieldset class="fieldset">
<legend class="legend" >返信する!<small>以下は元記事</small></legend>
<p>
タイトル:何かの病気でしょうか 投稿者: ハム太郎 </p>
<div class="readmore"><p>飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。<br />
どこか悪いのでしょうか。</p>
</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>
<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>
</div>
<div class="col-sm-3 sidebar">
<aside id="koukou9">
<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="4497114337"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<aside>
<ul class="latest2 hidden-xs">
<li><a href="http://janngariann.com/">ジャンガリアンハムスターの飼い方</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
<li><a href="https://ws.formzu.net/sfgen/S75281409/">管理人へ連絡をする</a>
</ul>
</aside>
<aside id="qr" class="hidden-xs">
スマホ版サイトQRコード<br>
<img src="/hamu/img/QR_Code_1521859032.png" alt="スマートフォン版サイトのULRが入ったQRコード" width="147" height="147"/></aside> </div>
</div>
<section>
<h2>初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』の使い方・利用規約(必ずお読みください)。お問い合わせ</h2>
<ul class="latest">
<li><a href="/hamu/novels/howto">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』の使い方</a> <li><a href="/hamu/novels/privacypolicy">プライバシーポリシー/免責事項</a> <li><a href="https://ws.formzu.net/sfgen/S75281409/">管理人へ連絡をする</a>
</ul>
<h2>関連コンテンツ</h2>
<ul class="latest">
<li id="home2"><a href="/hamu/novels">トップページへ戻る</a> <li><a href="http://janngariann.com/">ジャンガリアンハムスターの飼い方</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
</ul>
</section></div>
</div>
<footer>
<a href="/hamu/novels">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</a> </footer>
<!-- Googleのスパム対策 -->
<script src='https://www.google.com/recaptcha/api.js?hl=ja'></script>
<script src="/hamu/js/reCAPTCHA.js"></script><script src="/hamu/js/scroll.js"></script><script src="/hamu/js/comment.js"></script><script src="/hamu/js/line.js"></script><script src="/hamu/js/CharacterSize.js"></script><script src="/hamu/js/accordion2.js"></script><script src="/hamu/js/accordion.js"></script><script src="/hamu/js/main.js"></script><script src="/hamu/honoka/js/bootstrap.min.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/hamu/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#">
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>「何かの病気でしょうか」のスレッド。怪我・病気の相談。初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</title>
<link href="/hamu/favicon.ico" type="image/x-icon" rel="icon"/><link href="/hamu/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta content="ハムスター,ペット,餌,ケージ" name="keywords"/> <meta name="description" content="飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。
どこか悪いのでしょうか。"/> <meta name="og:description" content="飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。
どこか悪いのでしょうか。"/> <meta property="og:title" content="「何かの病気でしょうか」のスレッド。怪我・病気の相談。初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』">
<meta property="og:type" content="website">
<meta property="og:image" content="https://weblike-tennsaku.ssl-lolipop.jp/hamu/img/9f163993991de0c4706a42c6fd156ac4_m.jpg">
<meta property="og:site_name" content="初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』">
<meta property="og:url" content="https://weblike-tennsaku.ssl-lolipop.jp/hamu/novels/thread/246">
<!-- フェイスブックのID -->
<meta property="fb:app_id" content="1574505692591070">
<!-- Twitterカード -->
<meta name="twitter:site" content="@yosihamusann">
<meta name="twitter:card" content="summary">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/hamu/js/libs/jquery.cookie.js"></script>
<!-- アイコンfontawesome -->
<script src="https://use.fontawesome.com/ccd67eaa35.js"></script>
<!-- リセットCSS -->
<link rel="stylesheet" href="/hamu/css/reset.css"/> <!-- bootstrap framework -->
<link rel="stylesheet" href="/hamu/honoka/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/hamu/css/cake.css"/> <link rel="stylesheet" href="/hamu/css/style.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>
<!-- GoogleAnalyticsのアクセス解析のタグ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104388191-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="header-contents">
<p><a href="/hamu/novels">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</a></p>
</div>
</header>
<div class="clearfix">
<aside id="navtouku">
<div id="navtop">
<ul>
<li>
<a href="/hamu/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>
<div class="main-wrapper container-fluid">
<div class="row">
<div class="col-sm-9">
<main>
<article>
<p>該当する投稿はありません。</p>
</article>
</main>
<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="4497114337"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<section>
<section>
<h2>他の相談一覧</h2>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/217" class="haiku">突然死</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/65" class="name">じゃくそん</a> 回答数 : <span class="tenn">1</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2019-11-30T00:00:37+09:00">2019年11月30日</time> </p>
<div class='truncate'>
毎日4匹のはむちゃんの元気で動いてる姿を確認してます。
今日も朝元気に動いてるのを確認して仕事に行きました。仕事から帰ってくると、...<a href="/hamu/novels/thread/217"> 続きを読む >></a> </div>
<p class="follow"><a href="http://janngariann.com/"><i class="fa fa-arrow-circle-right"></i>ジャンガリアンハムスターの飼い方(管理人のサイト)</a></p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/144" class="haiku">ハムスターに手を噛まれたらずっとそこが痒い!病気を移されたのでしょうか?</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/18" class="name">ぎんどら</a> 回答数 : <span class="tenn">1</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2018-12-06T11:16:12+09:00">2018年12月06日</time> </p>
<div class='truncate'>
ハムスターを飼ってるんですが…。
ハムスターに手を噛まれてそこがずっと痒いです!
何でかわかりますかね!?<a href="/hamu/novels/thread/144"> 続きを読む >></a> </div>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/hamu/novels/thread/187" class="haiku">慣れてもらいたい</a> </p>
<p class="comment2">
投稿者
<a href="/hamu/novels/person/50" class="name">まめ太</a> 回答数 : <span class="tenn">2</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2019-07-26T08:30:53+09:00">2019年07月26日</time> </p>
<div class='truncate'>
初めまして
私はまめ太と言うジャンガリアンのオスを飼い始めたところです
手乗りになってもらいたいと思っているのですが
家に...<a href="/hamu/novels/thread/187"> 続きを読む >></a> </div>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/hamu/novels/tree/187" class="btn btn-default">返信一覧</a> <a href="/hamu/novels/thread/187?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
</div>
</div>
</div>
</section>
<aside class="Amazon1"><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B002RV7Z80/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B002RV7Z80&linkCode=as2&tag=janngariann-22&linkId=7a510b3e577a4d05d54d8979450151d7">スドー かたまるサンド 徳用 1.5kg</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=janngariann-22&l=am2&o=9&a=B002RV7Z80" 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/B002RV7Z80/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B002RV7Z80&linkCode=as2&tag=janngariann-22&linkId=027a8a04ad47458d10f3b2d69d7462e8"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B002RV7Z80&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=janngariann-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=janngariann-22&l=am2&o=9&a=B002RV7Z80" 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></aside>
<h2>▼書き込みの検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/hamu/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="/hamu/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>
<a href="/hamu/novels" id="home">トップページへ</a>
<form method="post" accept-charset="utf-8" id="myForm" role="form" action="/hamu/novels/addSequel/246?quotation=created"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="0e4b972254384ea873962075b5f974a14f5071db792b7994ac6c7feecc099de5cf0215e581b6b32ce80368747846e1516533a6bef99ff715f7c94ca82b74590e"/></div>
<fieldset class="fieldset">
<legend class="legend" >返信する!<small>以下は元記事</small></legend>
<p>
タイトル:何かの病気でしょうか 投稿者: ハム太郎 </p>
<div class="readmore"><p>飼っているハムスターの食欲がありません。ペレットを4g程与え、1~2g残します。<br />
どこか悪いのでしょうか。</p>
</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>
<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>
</div>
<div class="col-sm-3 sidebar">
<aside id="koukou9">
<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="4497114337"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<aside>
<ul class="latest2 hidden-xs">
<li><a href="http://janngariann.com/">ジャンガリアンハムスターの飼い方</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
<li><a href="https://ws.formzu.net/sfgen/S75281409/">管理人へ連絡をする</a>
</ul>
</aside>
<aside id="qr" class="hidden-xs">
スマホ版サイトQRコード<br>
<img src="/hamu/img/QR_Code_1521859032.png" alt="スマートフォン版サイトのULRが入ったQRコード" width="147" height="147"/></aside> </div>
</div>
<section>
<h2>初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』の使い方・利用規約(必ずお読みください)。お問い合わせ</h2>
<ul class="latest">
<li><a href="/hamu/novels/howto">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』の使い方</a> <li><a href="/hamu/novels/privacypolicy">プライバシーポリシー/免責事項</a> <li><a href="https://ws.formzu.net/sfgen/S75281409/">管理人へ連絡をする</a>
</ul>
<h2>関連コンテンツ</h2>
<ul class="latest">
<li id="home2"><a href="/hamu/novels">トップページへ戻る</a> <li><a href="http://janngariann.com/">ジャンガリアンハムスターの飼い方</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
</ul>
</section></div>
</div>
<footer>
<a href="/hamu/novels">初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』</a> </footer>
<!-- Googleのスパム対策 -->
<script src='https://www.google.com/recaptcha/api.js?hl=ja'></script>
<script src="/hamu/js/reCAPTCHA.js"></script><script src="/hamu/js/scroll.js"></script><script src="/hamu/js/comment.js"></script><script src="/hamu/js/line.js"></script><script src="/hamu/js/CharacterSize.js"></script><script src="/hamu/js/accordion2.js"></script><script src="/hamu/js/accordion.js"></script><script src="/hamu/js/main.js"></script><script src="/hamu/honoka/js/bootstrap.min.js"></script></body>
</html>
'
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '0e4b972254384ea873962075b5f974a14f5071db792b7994ac6c7feecc099de5cf0215e581b6b32ce80368747846e1516533a6bef99ff715f7c94ca82b74590e',
'path' => '/hamu/',
'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/hamu/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' => '0e4b972254384ea873962075b5f974a14f5071db792b7994ac6c7feecc099de5cf0215e581b6b32ce80368747846e1516533a6bef99ff715f7c94ca82b74590e',
'path' => '/hamu/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => null
]
]
$cookie = [
'name' => 'csrfToken',
'value' => '0e4b972254384ea873962075b5f974a14f5071db792b7994ac6c7feecc099de5cf0215e581b6b32ce80368747846e1516533a6bef99ff715f7c94ca82b74590e',
'path' => '/hamu/',
'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
「何かの病気でしょうか」のスレッド。怪我・病気の相談。初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』
該当する投稿はありません。
他の相談一覧
ハムスターを飼ってるんですが…。
ハムスターに手を噛まれてそこがずっと痒いです!
何でかわかりますかね!?
続きを読む >>
初めまして
私はまめ太と言うジャンガリアンのオスを飼い始めたところです
手乗りになってもらいたいと思っているのですが
家に...
続きを読む >>
▼書き込みの検索
▼投稿者の検索
初心者のためのハムスターの飼い方・飼育相談掲示板『ハム大好き!』の使い方・利用規約(必ずお読みください)。お問い合わせ
関連コンテンツ