HtmlToText
ok warning: sessionhandler::write(): write failed: no space left on device (28) 500 internal server error - contexterrorexception stack trace in app /cache/prod/classes.php at line 420 } public function write ( $sessionid , $data ) { return (bool) $this -> handler -> write ( $sessionid , $data ); } public function destroy ( $sessionid ) { at errorhandler ->handleerror ('2', 'sessionhandler::write(): write failed: no space left on device (28)', '/var/www/vhosts/ns3326256.ovh.net/nepenthes/www/app/cache/prod/classes.php', '420', array ('sessionid' => '2m9n6phhdaoauhlptppao6v7r1', 'data' => '_sf2_attributes|a:2:{s:18:"_csrf/authenticate";s:43:"3hvxjdekpwl9-8txyjfn3txvwjvvp_9kcpqlxgd5rho";s:15:"_csrf/task_item";s:43:"v7kvnbdqi2qj5qma4eetto8fm7tcxsuwya7taypvxpk";}_sf2_flashes|a:0:{}_sf2_meta|a:3:{s:1:"u";i:1540071669;s:1:"c";i:1540071669;s:1:"l";s:1:"0";}')) at sessionhandler ->write ('2m9n6phhdaoauhlptppao6v7r1', '_sf2_attributes|a:2:{s:18:"_csrf/authenticate";s:43:"3hvxjdekpwl9-8txyjfn3txvwjvvp_9kcpqlxgd5rho";s:15:"_csrf/task_item";s:43:"v7kvnbdqi2qj5qma4eetto8fm7tcxsuwya7taypvxpk";}_sf2_flashes|a:0:{}_sf2_meta|a:3:{s:1:"u";i:1540071669;s:1:"c";i:1540071669;s:1:"l";s:1:"0";}') in app /cache/prod/classes.php at line 420 } public function write ( $sessionid , $data ) { return (bool) $this -> handler -> write ( $sessionid , $data ); } public function destroy ( $sessionid ) { at sessionhandlerproxy ->write ('2m9n6phhdaoauhlptppao6v7r1', '_sf2_attributes|a:2:{s:18:"_csrf/authenticate";s:43:"3hvxjdekpwl9-8txyjfn3txvwjvvp_9kcpqlxgd5rho";s:15:"_csrf/task_item";s:43:"v7kvnbdqi2qj5qma4eetto8fm7tcxsuwya7taypvxpk";}_sf2_flashes|a:0:{}_sf2_meta|a:3:{s:1:"u";i:1540071669;s:1:"c";i:1540071669;s:1:"l";s:1:"0";}') at session_write_close () in app /cache/prod/classes.php at line 161 } public function save () { session_write_close (); if (! $this -> savehandler -> iswrapper () && ! $this -> savehandler -> issessionhandlerinterface ()) { $this -> savehandler -> setactive ( false ); } at nativesessionstorage ->save () in app /cache/prod/classes.php at line 536 } public function save () { $this -> storage -> save (); } public function getid () { at session ->save () in vendor /symfony/symfony/src/symfony/component/httpkernel/eventlistener/savesessionlistener.php at line 55 $session = $event -> getrequest ()-> getsession (); if ( $session && $session -> isstarted ()) { $session -> save (); } } at savesessionlistener ->onkernelresponse ( object ( filterresponseevent ), 'kernel.response', object ( traceableeventdispatcher )) at call_user_func ( array ( object ( savesessionlistener ), 'onkernelresponse'), object ( filterresponseevent ), 'kernel.response', object ( traceableeventdispatcher )) in vendor /symfony/symfony/src/symfony/component/eventdispatcher/debug/wrappedlistener.php at line 61 $e = $this -> stopwatch -> start ( $this -> name , 'event_listener' ); call_user_func ( $this -> listener , $event , $eventname , $this -> dispatcher ?: $dispatcher ); if ( $e -> isstarted ()) { $e -> stop (); at wrappedlistener ->__invoke ( object ( filterresponseevent ), 'kernel.response', object ( containerawareeventdispatcher )) at call_user_func ( object ( wrappedlistener ), object ( filterresponseevent ), 'kernel.response', object ( containerawareeventdispatcher )) in app /cache/prod/classes.php at line 2361 if ( $event -> ispropagationstopped ()) { break; } call_user_func ( $listener , $event , $eventname , $this ); } } private function sortlisteners ( $eventname ) at eventdispatcher ->dodispatch ( array ( object ( wrappedlistener ), object ( wrappedlistener ), object ( wrappedlistener ), object ( wrappedlistener ), object ( wrappedlistener ), object ( wrappedlistener )), 'kernel.response', object ( filterresponseevent )) in app /cache/prod/classes.php at line 2276 $event -> setdispatcher ( $this ); $event -> setname ( $eventname ); if ( $listeners = $this -> getlisteners ( $eventname )) { $this -> dodispatch ( $listeners , $eventname , $event ); } return $event ; } at eventdispatcher ->dispatch ('kernel.response', object ( filterresponseevent )) in vendor /symfony/symfony/src/symfony/component/eventdispatcher/debug/traceableeventdispatcher.php at line 140 $e = $this -> stopwatch -> start ( $eventname , 'section' ); $this -> dispatcher -> dispatch ( $eventname , $event ); if ( $e -> isstarted ()) { $e -> stop (); at traceableeventdispatcher ->dispatch ('kernel.response', object ( filterresponseevent )) in app /bootstrap.php.cache at line 3255 private function filterresponse ( response $response , request $request , $type ) { $event = new filterresponseevent ( $this , $request , $type , $response ); $this -> dispatcher -> dispatch ( kernelevents :: response , $event ); $this -> finishrequest ( $request , $type ); return $event -> getresponse (); } at httpkernel ->filterresponse ( object ( response ), object ( request ), '1') in app /bootstrap.php.cache at line 3250 throw new \ logicexception ( $msg ); } } return $this -> filterresponse ( $response , $request , $type ); } private function filterresponse ( response $response , request $request , $type ) { at httpkernel ->handleraw ( object ( request ), '1') in app /bootstrap.php.cache at line 3194 { $request -> headers -> set ( 'x-php-ob-level' , ob_get_level ()); try { return $this -> handleraw ( $request , $type ); } catch (\ exception $e ) { if ( $e instanceof conflictingheadersexception ) { $e = new badrequesthttpexception ( 'the request headers contain conflicting information regarding the origin of this request.' , $e ); at httpkernel ->handle ( object ( request ), '1', true ) in app /bootstrap.php.cache at line 3348 $this -> container -> enterscope ( 'request' ); $this -> container -> set ( 'request' , $request , 'request' ); try { $response = parent :: handle ( $request , $type , $catch ); } catch (\ exception $e ) { $this -> container -> set ( 'request' , null , 'request' ); $this -> container -> leavescope ( 'request' ); at containerawarehttpkernel ->handle ( object ( request ), '1', true ) in app /bootstrap.php.cache at line 2533 if ( false === $this -> booted ) { $this -> boot (); } return $this -> gethttpkernel ()-> handle ( $request , $type , $catch ); } protected function gethttpkernel () { at kernel ->handle ( object ( request )) in web /app.php at line 28 // when using the httpcache, you need to call the method in your front controller instead of relying on the configuration parameter //request::enablehttpmethodparameteroverride(); $request = request :: createfromglobals (); $response = $kernel -> handle ( $request ); $response -> send (); $kernel -> terminate ( $request , $response ); logs stack trace (plain text) [1] symfony\component\debug\exception\contexterrorexception: warning: sessionhandler::write(): write failed: no space left on device (28) at n/a in /var/www/vhosts/ns3326256.ovh.net/nepenthes/www/app/cache/prod/classes.php line 420 at symfony\component\debug\errorhandler->handleerror('2', 'sessionhandler::write(): write failed: no space left on device (28)', '/var/www/vhosts/ns3326256.ovh.net/nepenthes/www/app/cache/prod/classes.php', '420', array('sessionid' => '2m9n6phhdaoauhlptppao6v7r1', 'data' => '_sf2_attributes|a:2:{s:18:"_csrf/authenticate";s:43:"3hvxjdekpwl9-8txyjfn3txvwjvvp_9kcpqlxgd5rho";s:15:"_csrf/task_item";s:43:"v7kvnbdqi2qj5qma4eetto8fm7tcxsuwya7taypvxpk";}_sf2_flashes|a:0:{}_sf2_meta|a:3:{s:1:"u";i:1540071669;s:1:"c";i:1540071669;s:1:"l";s:1:"0";}')) in line at sessionhandler->write('2m9n6phhdaoauhlptppao6v7r1', '_sf2_attributes|a:2:{s:18:"_csrf/authenticate";s:43:"3hvxjdekpwl9-8txyjfn3txvwjvvp_9kcpqlxgd5rho";s:15:"_csrf/task_item";s:43:"v7kvnbdqi2qj5qma4eetto8fm7tcxsuwya7taypvxpk";}_sf2_flashes|a:0:{}_sf2_meta|a:3:{s:1:"u";i:1540071669;s:1:"c";i
Informations Whois
Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;
%%
%% This is the AFNIC Whois server.
%%
%% complete date format : DD/MM/YYYY
%% short date format : DD/MM
%% version : FRNIC-2.5
%%
%% Rights restricted by copyright.
%% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%%
%% Use '-h' option to obtain more information about this service.
%%
%% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> nepenthes.fr
%%
%% RL Net [##########] - RL IP [#########.]
%%
domain: nepenthes.fr
status: ACTIVE
hold: NO
holder-c: NB11322-FRNIC
admin-c: ANO00-FRNIC
tech-c: AF307-FRNIC
zone-c: NFC1-FRNIC
nsl-id: NSL27144-FRNIC
registrar: AMEN / Agence des Médias Numériques
Expiry Date: 21/06/2019
created: 17/12/2014
last-update: 21/06/2018
source: FRNIC
ns-list: NSL27144-FRNIC
nserver: sdns2.ovh.net
nserver: ns3326256.ovh.net
source: FRNIC
registrar: AMEN / Agence des Médias Numériques
type: Isp Option 1
address: 12-14, Rond-Point des Champs Elysées
address: 75008 PARIS
country: FR
phone: 0 811 88 77 66
fax-no: +33 1 70 70 21 10
e-mail: afnic@amen.fr
website: http://www.amen.fr
anonymous: NO
registered: 17/01/1999
source: FRNIC
nic-hdl: NB11322-FRNIC
type: ORGANIZATION
contact: NEPENTHES BORNEO
address: NEPENTHES BORNEO
address: 13, avenue Paul Langevin
address: 95220 Herblay
address: Val-d'Oise
country: FR
phone: +33 1 39 31 58 58
e-mail: c-grenier@nepenthes.net
registrar: AMEN / Agence des Médias Numériques
changed: 17/06/2016 nic@nic.fr
anonymous: NO
obsoleted: NO
eligstatus: not identified
reachstatus: not identified
source: FRNIC
nic-hdl: ANO00-FRNIC
type: PERSON
contact: Ano Nymous
remarks: -------------- WARNING --------------
remarks: While the registrar knows him/her,
remarks: this person chose to restrict access
remarks: to his/her personal data. So PLEASE,
remarks: don't send emails to Ano Nymous. This
remarks: address is bogus and there is no hope
remarks: of a reply.
remarks: -------------- WARNING --------------
registrar: AMEN / Agence des Médias Numériques
changed: 11/06/2018 anonymous@anonymous
anonymous: YES
obsoleted: NO
eligstatus: ok
eligdate: 11/06/2018 09:11:32
reachstatus: not identified
source: FRNIC
nic-hdl: AF307-FRNIC
type: ROLE
contact: AMEN France
address: Departement Noms de domaine
address: 12, Rond-Point des Champs-Elysees
address: 75008 Paris
country: FR
phone: +33 8 92 55 66 77
e-mail: afnic@amen.fr
admin-c: AF307-FRNIC
tech-c: AF307-FRNIC
registrar: AMEN / Agence des Médias Numériques
changed: 22/08/2008 afnic@amen.fr
anonymous: NO
obsoleted: NO
eligstatus: not identified
reachstatus: not identified
source: FRNIC
REFERRER http://www.nic.fr
REGISTRAR AFNIC
SERVERS
SERVER fr.whois-servers.net
ARGS nepenthes.fr
PORT 43
TYPE domain
RegrInfo
DISCLAIMER
%
% This is the AFNIC Whois server.
%
% complete date format : DD/MM/YYYY
% short date format : DD/MM
% version : FRNIC-2.5
%
% Rights restricted by copyright.
% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%
% Use '-h' option to obtain more information about this service.
%
% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> nepenthes.fr
%
% RL Net [##########] - RL IP [#########.]
%
REGISTERED yes
ADMIN
HANDLE ANO00-FRNIC
TYPE PERSON
CONTACT Ano Nymous
REMARKS
-------------- WARNING --------------
While the registrar knows him/her,
this person chose to restrict access
to his/her personal data. So PLEASE,
don't send emails to Ano Nymous. This
address is bogus and there is no hope
of a reply.
-------------- WARNING --------------
SPONSOR AMEN / Agence des Médias Numériques
CHANGED 2018-06-11
ANONYMOUS YES
OBSOLETED NO
ELIGSTATUS ok
ELIGDATE 11/06/2018 09:11:32
REACHSTATUS not identified
SOURCE FRNIC
TECH
HANDLE AF307-FRNIC
TYPE ROLE
CONTACT AMEN France
ADDRESS
Departement Noms de domaine
12, Rond-Point des Champs-Elysees
75008 Paris
COUNTRY FR
PHONE +33 8 92 55 66 77
EMAIL afnic@amen.fr
ADMIN-C AF307-FRNIC
TECH-C AF307-FRNIC
SPONSOR AMEN / Agence des Médias Numériques
CHANGED 2008-08-22
ANONYMOUS NO
OBSOLETED NO
ELIGSTATUS not identified
REACHSTATUS not identified
SOURCE FRNIC
OWNER
HANDLE NB11322-FRNIC
TYPE ORGANIZATION
CONTACT NEPENTHES BORNEO
ADDRESS
NEPENTHES BORNEO
13, avenue Paul Langevin
95220 Herblay
Val-d'Oise
COUNTRY FR
PHONE +33 1 39 31 58 58
EMAIL c-grenier@nepenthes.net
SPONSOR AMEN / Agence des Médias Numériques
CHANGED 2016-06-17
ANONYMOUS NO
OBSOLETED NO
ELIGSTATUS not identified
REACHSTATUS not identified
SOURCE FRNIC
DOMAIN
STATUS ACTIVE
HOLD NO
SPONSOR AMEN / Agence des Médias Numériques
EXPIRY DATE 21/06/2019
CREATED 2014-12-17
CHANGED 2018-06-21
SOURCE FRNIC
HANDLE NSL27144-FRNIC
NSERVER
SDNS2.OVH.NET 213.251.188.141
NS3326256.OVH.NET 176.31.182.64
NAME nepenthes.fr
Go to top