Error File: /home/users/1/lolipop.jp-dp36170714/web/fegg/Application.php
Error Line: 844
Error Message: Illegal string offset '/signup/'

834: }
835: if (!$method || $method == 'POST') {
836: if (isset($_POST[$name]) && $_POST[$name] != "") {
837: $requestData = $_POST[$name];
838: }
839: }
840: } else {
841:
842: // 全データを取得
843: if (!$method || $method == 'GET') {
844: foreach ($_GET as $key => $value) { $requestData[$key] = $value; }
845: }
846: if (!$method || $method == 'POST') {
847: foreach ($_POST as $key => $value) { $requestData[$key] = $value; }
848: }
849: }
850:
851: // 文字コード、シングル・ダブルクォートを変換
852: return $this->_convertRequestData($requestData);
853: }
854:
Illegal string offset '/signup/'