Личный кабинет Utmcabinet V2.0 (Utm 5.2.1–008+, 5.3+)
Добрый день!
Уважаемый darang, подскажите, пожалуйста, время жизни http-сессии как-то регулируется? Мы прикрутили к кабинету форму заявок, напрямую отправляемых в OTRS, но столкнулись с проблемой, что пока клиент излагает свои глубокомысленные замечания, сессия протухает, и заявка приходит от "аннона". Хотелось бы этот момент прправить.
Уважаемый darang, подскажите, пожалуйста, время жизни http-сессии как-то регулируется? Мы прикрутили к кабинету форму заявок, напрямую отправляемых в OTRS, но столкнулись с проблемой, что пока клиент излагает свои глубокомысленные замечания, сессия протухает, и заявка приходит от "аннона". Хотелось бы этот момент прправить.
поставил новый сервер, решил протестить кабинет, но ничего не получилось
страница открывается с ошибкой
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 76 bytes) in /var/www/utm5/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 347
стоит nginx + php-fpm
страница открывается с ошибкой
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 76 bytes) in /var/www/utm5/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 347
стоит nginx + php-fpm
можете попробовать заменить содержимое library\Zend\
на более новую версию,
https://packages.zendframework.com/rele ... inimal.zip
и желательно версию php5.3+
на более новую версию,
https://packages.zendframework.com/rele ... inimal.zip
и желательно версию php5.3+
без db главная страница норм открывается, но не заходит под абонентами
вот лог
настройки nginx
вот лог
Код: Выделить всё
==> /var/log/nginx/error.log <==
2015/02/28 15:10:57 [error] 10345#0: *10 FastCGI sent in stderr: "PHP message: PHP Notice: fwrite(): send of 12 bytes failed with errno=32 Broken pipe in /var/www/utm5/library/Urfa/Socket.php on line 59
PHP message: PHP Notice: fwrite(): send of 12 bytes failed with errno=32 Broken pipe in /var/www/utm5/library/Urfa/Socket.php on line 59
PHP message: PHP Notice: fwrite(): send of 12 bytes failed with errno=32 Broken pipe in /var/www/utm5/library/Urfa/Socket.php on line 59
PHP message: PHP Notice: fwrite(): send of 12 bytes failed with errno=32 Broken pipe in /var/www/utm5/library/Urfa/Socket.php on line 59
PHP message: PHP Notice: fwrite(): send of 12 bytes failed with errno=32 Broken pipe in /var/www/utm5/library/Urfa/Socket.php on line 59
PHP message: PHP Notice: fwrite(): send of 12 bytes failed with errno=32 Broken pipe in /var/www/utm5/library/Urfa/Socket.php on line 59
PHP message: PHP Notice: fwrite(): send of 12 bytes failed with errno=32 Broken pipe in /var/www/utm5/library/Urfa/Socket.php on line 59" while reading response header from upstream, client: 178.217.152.4, server: localhost, request: "GET /user/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "172.24.0.12", referrer: "http://172.24.0.12/"
Код: Выделить всё
server {
listen 80;
root /var/www/utm5/www;
index index.php index.html index.htm;
server_name localhost;
location / {
try_files $uri $uri/ /index.php?q=$uri&$args;
}
location ~ \.php$ {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
charset utf8;
}
location ~ /\.ht {
deny all;
}
location ~* \.(jpg|jpeg|gif|png|ico|css|bmp|swf|js)$ {
root /var/www/utm5/www;
access_log off;
proxy_buffering on;
proxy_cache_valid 200 120m;
expires 1w;
}
}
phpinfo() - выдал
Код: Выделить всё
sockets
Sockets Support enabled
openssl
OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.1e 11 Feb 2013
OpenSSL Header Version OpenSSL 1.0.1e 11 Feb 2013