HtmlToText
uncaught call to a member function getdata() on boolean error thrown in file /var/www/front/web/typo3conf/ext/immo/classes/controller/agencecontroller.php in line 287 . 77 immo\immo\controller\agencecontroller :: getagencedata (" 2 ") /var/www/front/web/typo3conf/ext/immo/classes/controller/agencecontroller.php: 00301: 00302: // gestion des agences virtuelles 00303: $agenceinfos = $this->getagencedata($id); 00304: 00305: 76 immo\immo\controller\agencecontroller :: blocinfosaction () 75 call_user_func_array ( array , array ) /var/www/front/typo3_src/typo3/sysext/extbase/classes/mvc/controller/actioncontroller.php: 00314: if (!$validationresult->haserrors()) { 00315: $this->emitbeforecallactionmethodsignal($preparedarguments); 00316: $actionresult = call_user_func_array([$this, $this->actionmethodname], $preparedarguments); 00317: } else { 00318: $methodtagsvalues = $this->reflectionservice->getmethodtagsvalues(get_class($this), $this->actionmethodname); 74 typo3\cms\extbase\mvc\controller\actioncontroller :: callactionmethod () /var/www/front/typo3_src/typo3/sysext/extbase/classes/mvc/controller/actioncontroller.php: 00174: $this->initializeview($this->view); 00175: } 00176: $this->callactionmethod(); 00177: $this->renderassetsforrequest($request); 00178: } 73 typo3\cms\extbase\mvc\controller\actioncontroller :: processrequest ( typo3\cms\extbase\mvc\web\request , typo3\cms\extbase\mvc\web\response ) /var/www/front/typo3_src/typo3/sysext/extbase/classes/mvc/dispatcher.php: 00083: $controller = $this->resolvecontroller($request); 00084: try { 00085: $controller->processrequest($request, $response); 00086: } catch (\typo3\cms\extbase\mvc\exception\stopactionexception $ignoredexception) { 00087: } 72 typo3\cms\extbase\mvc\dispatcher :: dispatch ( typo3\cms\extbase\mvc\web\request , typo3\cms\extbase\mvc\web\response ) /var/www/front/typo3_src/typo3/sysext/extbase/classes/mvc/web/frontendrequesthandler.php: 00089: /** @var $response \typo3\cms\extbase\mvc\responseinterface */ 00090: $response = $this->objectmanager->get(\typo3\cms\extbase\mvc\web\response::class); 00091: $this->dispatcher->dispatch($request, $response); 00092: return $response; 00093: } 71 typo3\cms\extbase\mvc\web\frontendrequesthandler :: handlerequest () /var/www/front/typo3_src/typo3/sysext/extbase/classes/core/bootstrap.php: 00197: $requesthandler = $requesthandlerresolver->resolverequesthandler(); 00198: 00199: $response = $requesthandler->handlerequest(); 00200: // if response is null after handling the request we need to stop 00201: // this happens for instance, when a user object was converted to a user_int 70 typo3\cms\extbase\core\bootstrap :: handlerequest () /var/www/front/typo3_src/typo3/sysext/extbase/classes/core/bootstrap.php: 00184: { 00185: $this->initialize($configuration); 00186: return $this->handlerequest(); 00187: } 00188: 69 typo3\cms\extbase\core\bootstrap :: run (" " , array ) 68 call_user_func_array ( array , array ) /var/www/front/typo3_src/typo3/sysext/frontend/classes/contentobject/contentobjectrenderer.php: 06252: ], [ 06253: $content, 06254: $conf 06255: ]); 06256: } else { 67 typo3\cms\frontend\contentobject\contentobjectrenderer :: calluserfunction (" typo3\cms\extbase\core\bootstrap->run " , array , " ") /var/www/front/typo3_src/typo3/sysext/frontend/classes/contentobject/usercontentobject.php: 00039: $this->cobj->setuserobjecttype(contentobjectrenderer::objecttype_user); 00040: } 00041: $tempcontent = $this->cobj->calluserfunction($conf['userfunc'], $conf, ''); 00042: if ($this->cobj->doconverttouserintobject) { 00043: $this->cobj->doconverttouserintobject = false; 66 typo3\cms\frontend\contentobject\usercontentobject :: render ( array ) /var/www/front/typo3_src/typo3/sysext/frontend/classes/contentobject/contentobjectrenderer.php: 00817: // render content 00818: try { 00819: $content .= $contentobject->render($configuration); 00820: } catch (contentrenderingexception $exception) { 00821: // content rendering exceptions indicate a critical problem which should not be 65 typo3\cms\frontend\contentobject\contentobjectrenderer :: render ( typo3\cms\frontend\contentobject\usercontentobject , array ) /var/www/front/typo3_src/typo3/sysext/frontend/classes/contentobject/contentobjectrenderer.php: 00733: $contentobject = $this->getcontentobject($name); 00734: if ($contentobject) { 00735: $content .= $this->render($contentobject, $conf); 00736: } else { 00737: // call hook functions for extra processing 64 typo3\cms\frontend\contentobject\contentobjectrenderer :: cobjgetsingle (" user " , array ) /var/www/front/typo3_src/typo3/sysext/fluid/classes/viewhelpers/cobjectviewhelper.php: 00152: $setup = $setup[$segment . '.']; 00153: } 00154: $content = $this->contentobjectrenderer->cobjgetsingle($setup[$lastsegment], $setup[$lastsegment . '.']); 00155: if (typo3_mode === 'be') { 00156: $this->resetfrontendenvironment(); 63 typo3\cms\fluid\viewhelpers\cobjectviewhelper :: render () 62 call_user_func_array ( array , array ) /var/www/front/typo3_src/typo3/sysext/fluid/classes/core/viewhelper/abstractviewhelper.php: 00091: 00092: try { 00093: return call_user_func_array([$this, 'render'], $rendermethodparameters); 00094: } catch (exception $exception) { 00095: if (generalutility::getapplicationcontext()->isproduction()) { 61 typo3\cms\fluid\core\viewhelper\abstractviewhelper :: callrendermethod () /var/www/front/typo3_src/vendor/typo3fluid/fluid/src/core/viewhelper/abstractviewhelper.php: 00243: $this->initialize(); 00244: 00245: return $this->callrendermethod(); 00246: } 00247: 60 typo3fluid\fluid\core\viewhelper\abstractviewhelper :: initializeargumentsandrender () /var/www/front/typo3_src/vendor/typo3fluid/fluid/src/core/viewhelper/viewhelperinvoker.php: 00076: $viewhelper->setarguments($evaluatedarguments); 00077: $viewhelper->handleadditionalarguments($undeclaredarguments); 00078: return $viewhelper->initializeargumentsandrender(); 00079: } 00080: } 59 typo3fluid\fluid\core\viewhelper\viewhelperinvoker :: invoke (" typo3\cms\fluid\viewhelpers\cobjectviewhelper " , array , typo3\cms\fluid\core\rendering\renderingcontext , closure ) /var/www/front/typo3_src/vendor/typo3fluid/fluid/src/core/viewhelper/abstractviewhelper.php: 00499: { 00500: $viewhelperclassname = get_called_class(); 00501: return $renderingcontext->getviewhelperinvoker()->invoke($viewhelperclassname, $arguments, $renderingcontext, $renderchildrenclosure); 00502: } 00503: 58 typo3fluid\fluid\core\viewhelper\abstractviewhelper :: renderstatic ( array , closure , typo3\cms\fluid\core\rendering\renderingcontext ) /var/www/front/web/typo3temp/var/cache/code/fluid_template/standard_action_list_257cff1f5ddca4f75c004ff1fe0ac855bce8ff75.php: 00062: $arguments1['table'] = 'tt_content'; 00063: 00064: $output0 .= typo3\cms\fluid\viewhelpers\cobjectviewhelper::renderstatic($arguments1, $renderchildrenclosure2, $renderingcontext); 00065: 00066: $output0 .= ' 57 standard_action_list_257cff1f5ddca4f75c004ff1fe0ac855bce8ff75 :: section_62bce9422ff2d14f69ab80a154510232fc8a9afd ( typo3\cms\fluid\core\rendering\renderingcontext ) /var/www/front/typo3_src/vendor/typo3fluid/fluid/src/view/abstracttemplateview.php: 00243: } 00244: $this->startrendering($renderingtypeonnextlevel, $parsedtemplate, $renderingcontext); 00245: $output = $parsedtemplate->$methodnameofsection($renderingcontext); 00246: $this->stoprendering(); 00247: } else { 56 typo3fluid\fluid\view\abstracttemplateview :: rendersection (" main " , array , boolean ) /var/www/front/typo3_src/vendor/typo3fluid/fluid/src/viewhelpers/renderviewhelper.php: 00137: $content = $this->viewhelpervariablecontainer->getview()->renderpartial($partial, $section, $arguments, $optional); 00138: } elseif ($section !== null) { 00139: $content = $this->viewhelpervariablecontainer->getview()->rendersection($section, $argument
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] >> tm.fr
%%
%% RL Net [##########] - RL IP [#########.]
%%
domain: tm.fr
status: NOT_OPEN
hold: NO
holder-c: SFTI1-FRNIC
admin-c: NFC1-FRNIC
tech-c: NFC1-FRNIC
zone-c: NFC1-FRNIC
registrar: AFNIC registry
Expiry Date: 01/01/2099
source: FRNIC
registrar: AFNIC registry
type: Isp Option 2
anonymous: YES
registered: 22/05/1997
source: FRNIC
nic-hdl: NFC1-FRNIC
type: ROLE
contact: NIC France Contact
address: AFNIC
address: immeuble international
address: 2, rue Stephenson
address: Montigny le Bretonneux
address: 78181 Saint Quentin en Yvelines Cedex
country: FR
phone: +33 1 39 30 83 00
e-mail: hostmaster@nic.fr
admin-c: NFC1-FRNIC
tech-c: PL12-FRNIC
tech-c: JP-FRNIC
tech-c: MS1887-FRNIC
tech-c: VL-FRNIC
tech-c: PR1249-FRNIC
tech-c: PV827-FRNIC
tech-c: GO661-FRNIC
tech-c: MS-FRNIC
tech-c: AI1-FRNIC
registrar: AFNIC registry
changed: 23/08/2005 hostmaster@nic.fr
anonymous: NO
obsoleted: NO
source: FRNIC
nic-hdl: SFTI1-FRNIC
type: ORGANIZATION
contact: Subdomain for trademarks in France
address: AFNIC
address: immeuble international
address: 2, rue Stephenson
address: Montigny le Bretonneux
address: 78181 Saint Quentin en Yvelines Cedex
country: FR
registrar: AFNIC registry
changed: 09/10/2008 whoismaster@nic.fr
anonymous: NO
obsoleted: NO
source: FRNIC
REFERRER http://www.nic.fr
REGISTRAR AFNIC
SERVERS
SERVER fr.whois-servers.net
ARGS tm.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] >> tm.fr
%
% RL Net [##########] - RL IP [#########.]
%
REGISTERED yes
ADMIN
HANDLE NFC1-FRNIC
TYPE ROLE
CONTACT NIC France Contact
ADDRESS
AFNIC
immeuble international
2, rue Stephenson
Montigny le Bretonneux
78181 Saint Quentin en Yvelines Cedex
COUNTRY FR
PHONE +33 1 39 30 83 00
EMAIL hostmaster@nic.fr
ADMIN-C NFC1-FRNIC
TECH-C
PL12-FRNIC
JP-FRNIC
MS1887-FRNIC
VL-FRNIC
PR1249-FRNIC
PV827-FRNIC
GO661-FRNIC
MS-FRNIC
AI1-FRNIC
SPONSOR AFNIC registry
CHANGED 2005-08-23
ANONYMOUS NO
OBSOLETED NO
SOURCE FRNIC
TECH
HANDLE NFC1-FRNIC
TYPE ROLE
CONTACT NIC France Contact
ADDRESS
AFNIC
immeuble international
2, rue Stephenson
Montigny le Bretonneux
78181 Saint Quentin en Yvelines Cedex
COUNTRY FR
PHONE +33 1 39 30 83 00
EMAIL hostmaster@nic.fr
ADMIN-C NFC1-FRNIC
TECH-C
PL12-FRNIC
JP-FRNIC
MS1887-FRNIC
VL-FRNIC
PR1249-FRNIC
PV827-FRNIC
GO661-FRNIC
MS-FRNIC
AI1-FRNIC
SPONSOR AFNIC registry
CHANGED 2005-08-23
ANONYMOUS NO
OBSOLETED NO
SOURCE FRNIC
ZONE
HANDLE NFC1-FRNIC
TYPE ROLE
CONTACT NIC France Contact
ADDRESS
AFNIC
immeuble international
2, rue Stephenson
Montigny le Bretonneux
78181 Saint Quentin en Yvelines Cedex
COUNTRY FR
PHONE +33 1 39 30 83 00
EMAIL hostmaster@nic.fr
ADMIN-C NFC1-FRNIC
TECH-C
PL12-FRNIC
JP-FRNIC
MS1887-FRNIC
VL-FRNIC
PR1249-FRNIC
PV827-FRNIC
GO661-FRNIC
MS-FRNIC
AI1-FRNIC
SPONSOR AFNIC registry
CHANGED 2005-08-23
ANONYMOUS NO
OBSOLETED NO
SOURCE FRNIC
OWNER
HANDLE SFTI1-FRNIC
TYPE ORGANIZATION
CONTACT Subdomain for trademarks in France
ADDRESS
AFNIC
immeuble international
2, rue Stephenson
Montigny le Bretonneux
78181 Saint Quentin en Yvelines Cedex
COUNTRY FR
SPONSOR AFNIC registry
CHANGED 2008-10-09
ANONYMOUS NO
OBSOLETED NO
SOURCE FRNIC
DOMAIN
STATUS NOT_OPEN
HOLD NO
SPONSOR AFNIC registry
EXPIRY DATE 01/01/2099
SOURCE FRNIC
NAME tm.fr
Go to top