MATIC/USD $ 0.89841688
MATIC/BTC 0.000127 BTC
  • 1 час +2.84%
  • 1 день +2.84%
  • 1 неделя -0.93%
Дата Открытие Максимум Минимум Закрыть Стоимость
02.06.2023 $ 0.86790000 $ 0.86790000 $ 0.86790000 $ 0.86790000 $ 0.00000000
19.05.2023 $ 0.87220000 $ 0.87790000 $ 0.86350000 $ 0.87300000 $ 10 412 925.40
18.05.2023 $ 0.88680000 $ 0.89400000 $ 0.84210000 $ 0.87220000 $ 32 308 303.60
17.05.2023 $ 0.84550000 $ 0.90170000 $ 0.83990000 $ 0.88680000 $ 34 405 671.70
16.05.2023 $ 0.85910000 $ 0.86520000 $ 0.83450000 $ 0.84550000 $ 24 489 971.70
15.05.2023 $ 0.85910000 $ 0.87780000 $ 0.84650000 $ 0.85920000 $ 17 731 617.50
14.05.2023 $ 0.84870000 $ 0.86910000 $ 0.83920000 $ 0.85930000 $ 14 422 224.10
13.05.2023 $ 0.86480000 $ 0.86640000 $ 0.84740000 $ 0.84870000 $ 18 613 336.50
12.05.2023 $ 0.84090000 $ 0.87400000 $ 0.81770000 $ 0.86480000 $ 40 113 517.60
11.05.2023 $ 0.87640000 $ 0.87700000 $ 0.82860000 $ 0.84090000 $ 29 533 280.60
10.05.2023 $ 0.87630000 $ 0.90460000 $ 0.83350000 $ 0.87640000 $ 40 868 785.80
09.05.2023 $ 0.90050000 $ 0.90760000 $ 0.86660000 $ 0.87630000 $ 32 720 527.40
08.05.2023 $ 0.96330000 $ 0.96720000 $ 0.87500000 $ 0.90050000 $ 43 611 917.10
07.05.2023 $ 0.97530000 $ 0.98520000 $ 0.96070000 $ 0.96360000 $ 15 606 235.80
06.05.2023 $ 0.99780000 $ 1.01 $ 0.95000000 $ 0.97530000 $ 25 947 595.90
05.05.2023 $ 0.98260000 $ 1.01 $ 0.97500000 $ 0.99790000 $ 21 105 884.50
04.05.2023 $ 0.99660000 $ 1.01 $ 0.97880000 $ 0.98260000 $ 11 659 538.50

yii\base\ErrorException
Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Noticeyii\base\ErrorException

Undefined index: type

  • 1. in /raid/1/www/2yachts/api/modules/widget/controllers/EntityController.php at line 180
    171172173174175176177178179180181182183184185
                $region['slug'] = $country['slug'];
     
                $region['url'] = '/' . ($region['type'] == 'rent' ? 'charter' : 'sale') . '/' . $country['slug'];
            } else {
                $city = GeoCities::findOne($region['region_id']);
                $region['region_name'] = $city[AppHelper::langName('city_name')];
                $region['slug'] = $city['slug'];
     
                $country = GeoCountry::findOne($city['country_id']);
                $region['url'] = '/' . ($region['type'] == 'rent' ? 'charter' : 'sale') . '/' . $country['slug'] . '/' . $city['slug'];
            }
     
            return $region;
        }
    }
    
  • 2. in /raid/1/www/2yachts/api/modules/widget/controllers/EntityController.php at line 180 yii\base\ErrorHandler::handleError(8, 'Undefined index: type', '/raid/1/www/2yachts/api/modules/...', 180, ...)
    174175176177178179180181182183184185
            } else {
                $city = GeoCities::findOne($region['region_id']);
                $region['region_name'] = $city[AppHelper::langName('city_name')];
                $region['slug'] = $city['slug'];
     
                $country = GeoCountry::findOne($city['country_id']);
                $region['url'] = '/' . ($region['type'] == 'rent' ? 'charter' : 'sale') . '/' . $country['slug'] . '/' . $city['slug'];
            }
     
            return $region;
        }
    }
    
  • 3. in /raid/1/www/2yachts/api/modules/widget/controllers/EntityController.php at line 43 – api\modules\widget\controllers\EntityController::getRegionData(['region_name' => null, 'slug' => null])
    37383940414243444546474849
                $offset = $this->findOffset('region_rent');
                if (!$offset) {
                    $offset = SeoRegion::calcOffsetRegionType('rent', $this->page);
                    $this->setOffset('region_rent', $offset);
                }
                $region_charter = SeoRegion::getRegionTypeByPage('rent', $offset);
                $region_charter = $this->getRegionData($region_charter);
                $region_charter['boat_count'] = ceil($region_charter['boat_count'] / 100) * 100;
                $list[] = [
                    'url' => $region_charter['url'],
                    'photo' => ThumbHelper::getThumb('seo', $region_charter['photo'], [
                        't' => [
                            'w' => 225,
    
  • 4. api\modules\widget\controllers\EntityController::actionIndex()
  • 5. in /raid/1/www/2yachts/vendor/yiisoft/yii2/base/InlineAction.php at line 57 – call_user_func_array([api\modules\widget\controllers\EntityController, 'actionIndex'], [])
    515253545556575859
            $args = $this->controller->bindActionParams($this, $params);
            Yii::debug('Running action: ' . get_class($this->controller) . '::' . $this->actionMethod . '()', __METHOD__);
            if (Yii::$app->requestedParams === null) {
                Yii::$app->requestedParams = $args;
            }
     
            return call_user_func_array([$this->controller, $this->actionMethod], $args);
        }
    }
    
  • 6. in /raid/1/www/2yachts/vendor/yiisoft/yii2/base/Controller.php at line 181 yii\base\InlineAction::runWithParams(['/api/widget/entity' => '', 'direction' => 'horizontal', 'lang' => 'ru', 'page' => 'fbe3ffbf5e249c79f3f6f048cf962b0f'])
    175176177178179180181182183184185186187
            }
     
            $result = null;
     
            if ($runAction && $this->beforeAction($action)) {
                // run the action
                $result = $action->runWithParams($params);
     
                $result = $this->afterAction($action, $result);
     
                // call afterAction on modules
                foreach ($modules as $module) {
                    /* @var $module Module */
    
  • 7. in /raid/1/www/2yachts/vendor/yiisoft/yii2/base/Module.php at line 534 yii\base\Controller::runAction('', ['/api/widget/entity' => '', 'direction' => 'horizontal', 'lang' => 'ru', 'page' => 'fbe3ffbf5e249c79f3f6f048cf962b0f'])
    528529530531532533534535536537538539540
            $parts = $this->createController($route);
            if (is_array($parts)) {
                /* @var $controller Controller */
                list($controller, $actionID) = $parts;
                $oldController = Yii::$app->controller;
                Yii::$app->controller = $controller;
                $result = $controller->runAction($actionID, $params);
                if ($oldController !== null) {
                    Yii::$app->controller = $oldController;
                }
     
                return $result;
            }
    
  • 8. in /raid/1/www/2yachts/vendor/yiisoft/yii2/web/Application.php at line 104 yii\base\Module::runAction('widget/entity', ['/api/widget/entity' => '', 'direction' => 'horizontal', 'lang' => 'ru', 'page' => 'fbe3ffbf5e249c79f3f6f048cf962b0f'])
    9899100101102103104105106107108109110
                $params = $this->catchAll;
                unset($params[0]);
            }
            try {
                Yii::debug("Route requested: '$route'", __METHOD__);
                $this->requestedRoute = $route;
                $result = $this->runAction($route, $params);
                if ($result instanceof Response) {
                    return $result;
                }
     
                $response = $this->getResponse();
                if ($result !== null) {
    
  • 9. in /raid/1/www/2yachts/vendor/yiisoft/yii2/base/Application.php at line 392 yii\web\Application::handleRequest(yii\web\Request)
    386387388389390391392393394395396397398
        {
            try {
                $this->state = self::STATE_BEFORE_REQUEST;
                $this->trigger(self::EVENT_BEFORE_REQUEST);
     
                $this->state = self::STATE_HANDLING_REQUEST;
                $response = $this->handleRequest($this->getRequest());
     
                $this->state = self::STATE_AFTER_REQUEST;
                $this->trigger(self::EVENT_AFTER_REQUEST);
     
                $this->state = self::STATE_SENDING_RESPONSE;
                $response->send();
    
  • 10. in /raid/1/www/2yachts/public_html/api/index.php at line 20 yii\base\Application::run()
    14151617181920
        require __DIR__ . '/../../common/config/main.php',
        require __DIR__ . '/../../common/config/main-local.php',
        require __DIR__ . '/../../api/config/main.php',
        require __DIR__ . '/../../api/config/main-local.php'
    );
     
    (new yii\web\Application($config))->run();
    
$_GET = [
    '/api/widget/entity' => '',
    'direction' => 'horizontal',
    'lang' => 'ru',
    'page' => 'fbe3ffbf5e249c79f3f6f048cf962b0f',
];