www-data 10091 0.0 0.0 161348 4824 ? S 09:49 0:00 nginx: worker process
www-data 10092 0.0 0.0 161348 4824 ? S 09:49 0:00 nginx: worker process
www-data 10093 0.0 0.0 161348 4824 ? S 09:49 0:00 nginx: worker process
www-data 10094 0.0 0.0 161348 5928 ? S 09:49 0:00 nginx: worker process
2018/08/18 12:36:49 [error] 31499#31499: *1 FastCGI sent in stderr: "PHP message: XDebug could not open the remote debug file '/tmp/xdebug_remote.log'.
PHP message: PHP Notice: Undefined offset: 0 in /home/ruslan/Разработка/latina/form.php on line 47
PHP message: PHP Stack trace:
PHP message: PHP 1. {main}() /home/ruslan/Разработка/latina/form.php:0
PHP message: PHP 2. Validate->getValidate() /home/ruslan/Разработка/latina/form.php:11" while reading response header from upstream, client: 127.0.0.1, server: latina.site, request: "POST /form.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.0-fpm.sock:", host: "latina.site", referrer: "http://latina.site/"
$dbRes = CIBlockSection::GetList(array(), $arFilter, false, array("ID"));
if(defined("BX_COMP_MANAGED_CACHE"))
{
global $CACHE_MANAGER;
$CACHE_MANAGER->StartTagCache("/iblock/catalog");
if ($arCurSection = $dbRes->Fetch())
$CACHE_MANAGER->RegisterTag("iblock_id_".$arParams["IBLOCK_ID"]);
...
$APPLICATION->IncludeComponent(
"bitrix:catalog.smart.filter",
"",
array(
"IBLOCK_TYPE" => $arParams["IBLOCK_TYPE"],
"IBLOCK_ID" => $arParams["IBLOCK_ID"],
"SECTION_ID" => $arCurSection['ID'],
....
if (!empty($arResult["VARIABLES"]["SECTION_ID"]) || !empty($arResult["VARIABLES"]["SECTION_ID"])) {
if ($arCurSection = $dbRes->Fetch())
$CACHE_MANAGER->RegisterTag("iblock_id_".$arParams["IBLOCK_ID"]);
} else {
$arCurSection["ID"] = "";
}
Это как понимаю у него там сайт находиться. А в директории storage и так установлено 755 права доступа у меня.
Хотя если laravel установить не как поддиректорию, а как основной то будет все нормально работать с laravel
То есть если
То сайт работает. Вопрос почему именно так? там в laravel есть какие-то ограничение?