Warning (2) : mysqli::mysqli(): (HY000/2002): No such file or directory [APP/Controller/TransactionsController.php , line 36 ]Code Context public function recap ( $rcs = null , $dept = null , $town = null , $name = null , $cp = null ) {
if(!isset( $mysqli )) $mysqli = new mysqli ( "localhost" , DATABASE_PAYMENT_USER , DATABASE_PAYMENT_PASSWORD , "payment" );
$rcs = null
$dept = null
$town = null
$name = null
$cp = null
$this = object(TransactionsController) {
uses => array(
(int) 0 => 'Transaction',
(int) 1 => 'Lead'
)
components => array(
'Session' => null,
'RequestHandler' => null,
'Usermgmt.UserAuth' => null,
'Payline' => null
)
bypassIP => array(
(int) 0 => '82.196.27.235'
)
helpers => array(
(int) 0 => 'Form',
(int) 1 => 'Html',
(int) 2 => 'Session',
(int) 3 => 'Js',
(int) 4 => 'Usermgmt.UserAuth'
)
name => 'Transactions'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Transactions'
layoutPath => null
viewVars => array()
view => 'recap'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'recap',
(int) 1 => 'order',
(int) 2 => 'abonnement',
(int) 3 => 'saveWebedi',
(int) 5 => 'isBot',
(int) 6 => 'isPaid'
)
modelClass => 'Transaction'
modelKey => 'transaction'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
UserAuth => object(UserAuthComponent) {}
Payline => object(PaylineComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
} mysqli::mysqli() - [internal], line ??
TransactionsController::recap() - APP/Controller/TransactionsController.php, line 36
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108 Warning (2) : mysqli::query() [mysqli.query ]: Couldn't fetch mysqli [APP/Controller/TransactionsController.php , line 38 ]Code Context if(!isset( $mysqli )) $mysqli = new mysqli ( "localhost" , DATABASE_PAYMENT_USER , DATABASE_PAYMENT_PASSWORD , "payment" );
$rqt = 'SELECT COUNT(*) as nbr FROM `ban_ip` WHERE `ip`="' . $_SERVER [ 'REMOTE_ADDR' ]. '"' ;
if( $result = $mysqli -> query ( $rqt )) {
$rcs = null
$dept = null
$town = null
$name = null
$cp = null
$this = object(TransactionsController) {
uses => array(
(int) 0 => 'Transaction',
(int) 1 => 'Lead'
)
components => array(
'Session' => null,
'RequestHandler' => null,
'Usermgmt.UserAuth' => null,
'Payline' => null
)
bypassIP => array(
(int) 0 => '82.196.27.235'
)
helpers => array(
(int) 0 => 'Form',
(int) 1 => 'Html',
(int) 2 => 'Session',
(int) 3 => 'Js',
(int) 4 => 'Usermgmt.UserAuth'
)
name => 'Transactions'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Transactions'
layoutPath => null
viewVars => array()
view => 'recap'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'recap',
(int) 1 => 'order',
(int) 2 => 'abonnement',
(int) 3 => 'saveWebedi',
(int) 5 => 'isBot',
(int) 6 => 'isPaid'
)
modelClass => 'Transaction'
modelKey => 'transaction'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
UserAuth => object(UserAuthComponent) {}
Payline => object(PaylineComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$mysqli = object(mysqli) {
affected_rows => null
client_info => null
client_version => null
connect_errno => null
connect_error => null
errno => null
error => null
error_list => null
field_count => null
host_info => null
info => null
insert_id => null
server_info => null
server_version => null
stat => null
sqlstate => null
protocol_version => null
thread_id => null
warning_count => null
}
$rqt = 'SELECT COUNT(*) as nbr FROM `ban_ip` WHERE `ip`="18.97.14.86"' mysqli::query() - [internal], line ??
TransactionsController::recap() - APP/Controller/TransactionsController.php, line 38
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108 Notice (8) : Undefined variable: id [APP/Controller/TransactionsController.php , line 99 ]Code Context }
if ( $this -> isPaid ( $id )) {
$rcs = null
$dept = null
$town = null
$name = null
$cp = null
$this = object(TransactionsController) {
uses => array(
(int) 0 => 'Transaction',
(int) 1 => 'Lead'
)
components => array(
'Session' => null,
'RequestHandler' => null,
'Usermgmt.UserAuth' => null,
'Payline' => null
)
bypassIP => array(
(int) 0 => '82.196.27.235'
)
helpers => array(
(int) 0 => 'Form',
(int) 1 => 'Html',
(int) 2 => 'Session',
(int) 3 => 'Js',
(int) 4 => 'Usermgmt.UserAuth'
)
name => 'Transactions'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Transactions'
layoutPath => null
viewVars => array()
view => 'recap'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'recap',
(int) 1 => 'order',
(int) 2 => 'abonnement',
(int) 3 => 'saveWebedi',
(int) 5 => 'isBot',
(int) 6 => 'isPaid'
)
modelClass => 'Transaction'
modelKey => 'transaction'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
UserAuth => object(UserAuthComponent) {}
Payline => object(PaylineComponent) {}
Transaction => object(Transaction) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$mysqli = object(mysqli) {
affected_rows => null
client_info => null
client_version => null
connect_errno => null
connect_error => null
errno => null
error => null
error_list => null
field_count => null
host_info => null
info => null
insert_id => null
server_info => null
server_version => null
stat => null
sqlstate => null
protocol_version => null
thread_id => null
warning_count => null
}
$rqt = 'SELECT COUNT(*) as nbr FROM `ban_ip` WHERE `ip`="18.97.14.86"'
$result = null
$Infogreffe = object(InfogreffeController) {
uses => array(
(int) 0 => 'Transaction',
(int) 1 => 'TransactionHistory'
)
helpers => array(
(int) 0 => 'Form',
(int) 1 => 'Html',
(int) 2 => 'Session',
(int) 3 => 'Js',
(int) 4 => 'Usermgmt.UserAuth'
)
components => array(
(int) 0 => 'Session',
(int) 1 => 'RequestHandler',
(int) 2 => 'Usermgmt.UserAuth'
)
name => 'Infogreffe'
request => null
response => null
viewPath => 'Infogreffe'
layoutPath => null
viewVars => array()
view => null
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 1 => '_downloadKbis',
(int) 2 => 'search',
(int) 3 => 'saveCookies',
(int) 4 => 'isBot',
(int) 5 => 'isPaid'
)
modelClass => 'Infogreffe'
modelKey => 'infogreffe'
validationErrors => null
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => null
[private] auth_token => null
[private] cookies => null
[private] rcs_arr => null
[private] success_arr => null
[private] row_id => null
}
$ObtentionInfogreffe = false
$row = array()
$data = array(
'siren' => null,
'company_name' => '',
'company_dept' => null,
'ip' => '18.97.14.86'
) TransactionsController::recap() - APP/Controller/TransactionsController.php, line 99
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108 Warning (2) : mysqli::close() [mysqli.close ]: Couldn't fetch mysqli [APP/Controller/TransactionsController.php , line 289 ]Code Context $this -> set ( compact ( 'id' , 'rcs' , 'name' , 'dept' , 'town' , 'cp' , 'title_for_layout' , 'ObtentionInfogreffe' ));
$mysqli -> close ();
$rcs = null
$dept = null
$town = null
$name = null
$cp = null
$this = object(TransactionsController) {
uses => array(
(int) 0 => 'Transaction',
(int) 1 => 'Lead'
)
components => array(
'Session' => null,
'RequestHandler' => null,
'Usermgmt.UserAuth' => null,
'Payline' => null
)
bypassIP => array(
(int) 0 => '82.196.27.235'
)
helpers => array(
(int) 0 => 'Form',
(int) 1 => 'Html',
(int) 2 => 'Session',
(int) 3 => 'Js',
(int) 4 => 'Usermgmt.UserAuth'
)
name => 'Transactions'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Transactions'
layoutPath => null
viewVars => array(
'rcs' => null,
'name' => null,
'dept' => null,
'town' => null,
'cp' => null,
'title_for_layout' => 'Obtenir le Kbis de la société ',
'ObtentionInfogreffe' => false,
'transactionId' => (int) 1817718342
)
view => 'recap'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'recap',
(int) 1 => 'order',
(int) 2 => 'abonnement',
(int) 3 => 'saveWebedi',
(int) 5 => 'isBot',
(int) 6 => 'isPaid'
)
modelClass => 'Transaction'
modelKey => 'transaction'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
UserAuth => object(UserAuthComponent) {}
Payline => object(PaylineComponent) {}
Transaction => object(Transaction) {}
Http => object(HttpSocket) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$mysqli = object(mysqli) {
affected_rows => null
client_info => null
client_version => null
connect_errno => null
connect_error => null
errno => null
error => null
error_list => null
field_count => null
host_info => null
info => null
insert_id => null
server_info => null
server_version => null
stat => null
sqlstate => null
protocol_version => null
thread_id => null
warning_count => null
}
$rqt = 'SELECT COUNT(*) as nbr FROM `ban_ip` WHERE `ip`="18.97.14.86"'
$result = null
$Infogreffe = object(InfogreffeController) {
uses => array(
(int) 0 => 'Transaction',
(int) 1 => 'TransactionHistory'
)
helpers => array(
(int) 0 => 'Form',
(int) 1 => 'Html',
(int) 2 => 'Session',
(int) 3 => 'Js',
(int) 4 => 'Usermgmt.UserAuth'
)
components => array(
(int) 0 => 'Session',
(int) 1 => 'RequestHandler',
(int) 2 => 'Usermgmt.UserAuth'
)
name => 'Infogreffe'
request => null
response => null
viewPath => 'Infogreffe'
layoutPath => null
viewVars => array()
view => null
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 1 => '_downloadKbis',
(int) 2 => 'search',
(int) 3 => 'saveCookies',
(int) 4 => 'isBot',
(int) 5 => 'isPaid'
)
modelClass => 'Infogreffe'
modelKey => 'infogreffe'
validationErrors => null
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => null
[private] auth_token => null
[private] cookies => null
[private] rcs_arr => null
[private] success_arr => null
[private] row_id => null
}
$ObtentionInfogreffe = false
$row = array()
$data = array(
'siren' => null,
'company_name' => '',
'company_dept' => null,
'ip' => '18.97.14.86'
)
$id10cars = (int) 1817718342
$title_for_layout = 'Obtenir le Kbis de la société ' mysqli::close() - [internal], line ??
TransactionsController::recap() - APP/Controller/TransactionsController.php, line 289
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108
Kbis pro - Recevez votre Kbis par mail en 3 clics - Délivré en 5 min
Téléchargez votre extrait Kbis en 3 clics !
Notice (8) : Undefined variable: enrollment [APP/View/Transactions/recap.ctp , line 1 ]Code Context <?php if ( $enrollment ) { ?>
$viewFile = '/var/www/html/webeditions-kbis/app/View/Transactions/recap.ctp'
$dataForView = array(
'rcs' => null,
'name' => null,
'dept' => null,
'town' => null,
'cp' => null,
'title_for_layout' => 'Obtenir le Kbis de la société ',
'ObtentionInfogreffe' => false,
'transactionId' => (int) 1817718342
)
$rcs = null
$name = null
$dept = null
$town = null
$cp = null
$title_for_layout = 'Obtenir le Kbis de la société '
$ObtentionInfogreffe = false
$transactionId = (int) 1817718342 include - APP/View/Transactions/recap.ctp, line 1
View::_evaluate() - CORE/Cake/View/View.php, line 929
View::_render() - CORE/Cake/View/View.php, line 891
View::render() - CORE/Cake/View/View.php, line 460
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108
1. Indiquer vos informations 2. Procéder au réglement 3. Recevez votre KBIS par mail
DECLARATION CNIL : 1652787V0