Database Error
Error: SQLSTATE[42000]: Syntax error or access violation: 1142 INSERT command denied to user 'studiohvnew'@'10.15.20.200' for table 'cuber20-statistiques'
SQL Query: INSERT INTO `studiohvnew`.`cuber20-statistiques` (`date`, `ip`, `page`, `adresse`, `host`, `navigateur`, `referer`, `lang`, `system`, `device`, `modified`, `created`) VALUES ('2024-11-21 07:31:51', '3.22.42.189', '/app/webroot/index.php', 'http://studiohv.fr/studio-video-digital', 'ec2-3-22-42-189.us-east-2.compute.amazonaws.com', 'Unknown', '', '', 'Unknown', 'Ordinateur', '2024-11-21 07:31:51', '2024-11-21 07:31:51')
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 502 → PDOStatement->execute(array)
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_result = $query;
array()
- CORE/Cake/Model/Datasource/DboSource.php line 468 → DboSource->_execute(string, array)
$options += array('log' => $this->fullDebug);
$t = microtime(true);
$this->_result = $this->_execute($sql, $params);
'INSERT INTO `studiohvnew`.`cuber20-statistiques` (`date`, `ip`, `page`, `adresse`, `host`, `navigateur`, `referer`, `lang`, `system`, `device`, `modified`, `created`) VALUES ('2024-11-21 07:31:51', '3.22.42.189', '/app/webroot/index.php', 'http://studiohv.fr/studio-video-digital', 'ec2-3-22-42-189.us-east-2.compute.amazonaws.com', 'Unknown', '', '', 'Unknown', 'Ordinateur', '2024-11-21 07:31:51', '2024-11-21 07:31:51')' array()
- CORE/Cake/Model/Datasource/DboSource.php line 1132 → DboSource->execute(string)
'values' => implode(', ', $valueInsert)
);
if ($this->execute($this->renderStatement('create', $query))) {
if (empty($id)) {
'INSERT INTO `studiohvnew`.`cuber20-statistiques` (`date`, `ip`, `page`, `adresse`, `host`, `navigateur`, `referer`, `lang`, `system`, `device`, `modified`, `created`) VALUES ('2024-11-21 07:31:51', '3.22.42.189', '/app/webroot/index.php', 'http://studiohv.fr/studio-video-digital', 'ec2-3-22-42-189.us-east-2.compute.amazonaws.com', 'Unknown', '', '', 'Unknown', 'Ordinateur', '2024-11-21 07:31:51', '2024-11-21 07:31:51')'
- CORE/Cake/Model/Model.php line 1942 → DboSource->create(AppModel, array, array)
}
}
if (!$db->create($this, $fields, $values)) {
$success = false;
object(AppModel) { useDbConfig => 'default' useTable => 'statistiques' id => false data => array( 'Statistique' => array( 'host' => '*****', 'date' => '2024-11-21 07:31:51', 'ip' => '3.22.42.189', 'page' => '/app/webroot/index.php', 'adresse' => 'http://studiohv.fr/studio-video-digital', 'navigateur' => 'Unknown', 'referer' => '', 'lang' => '', 'system' => 'Unknown', 'device' => 'Ordinateur', 'modified' => '2024-11-21 07:31:51', 'created' => '2024-11-21 07:31:51' ) ) schemaName => 'studiohvnew' table => 'statistiques' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Statistique' alias => 'Statistique' tableToModel => array( 'statistiques' => 'Statistique' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Statistique' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => array( 'host' => '*****', 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'ip' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'date' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'page' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'adresse' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'navigateur' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'system' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'lang' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'device' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'pays' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'referer' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'created' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ), 'modified' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => object(ModelValidator) { [protected] _fields => array([maximum depth reached]) [protected] _model => object(AppModel) {} [protected] _validate => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _modelMethods => array( [maximum depth reached] ) [protected] _behaviors => array([maximum depth reached]) } } array( (int) 0 => 'date', (int) 1 => 'ip', (int) 2 => 'page', (int) 3 => 'adresse', (int) 4 => 'host', (int) 5 => 'navigateur', (int) 6 => 'referer', (int) 7 => 'lang', (int) 8 => 'system', (int) 9 => 'device', (int) 10 => 'modified', (int) 11 => 'created' ) array( (int) 0 => '2024-11-21 07:31:51', (int) 1 => '3.22.42.189', (int) 2 => '/app/webroot/index.php', (int) 3 => 'http://studiohv.fr/studio-video-digital', (int) 4 => 'ec2-3-22-42-189.us-east-2.compute.amazonaws.com', (int) 5 => 'Unknown', (int) 6 => '', (int) 7 => '', (int) 8 => 'Unknown', (int) 9 => 'Ordinateur', (int) 10 => '2024-11-21 07:31:51', (int) 11 => '2024-11-21 07:31:51' )
- CORE/Cake/Model/Model.php line 1760 → Model->_doSave(null, array)
$db = $this->getDataSource();
$transactionBegun = $db->begin();
try {
$success = $this->_doSave($data, $options);
if ($transactionBegun) {
null array( 'validate' => true, 'fieldList' => array(), 'callbacks' => true, 'counterCache' => true, 'atomic' => true )
- APP/Controller/AppController.php line 298 → Model->save()
'system' => $os,
'device' => $device ,
));
$this->Statistique->save();
}
- APP/Controller/PagesController.php line 24 → AppController->statistiques()
}
public function afterFilter() {
$this->statistiques();
}
- CORE/Cake/Event/CakeEventManager.php line 244 → PagesController->afterFilter(CakeEvent)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.shutdown' [protected] _subject => object(PagesController) { helpers => array( [maximum depth reached] ) components => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) name => 'Pages' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Pages' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'view' layout => 'online' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => null cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Page' modelKey => 'page' validationErrors => null Cookie => object(CookieComponent) {} Flash => object(FlashComponent) {} Session => object(SessionComponent) {} Auth => object(AuthComponent) {} Paginator => object(PaginatorComponent) {} RequestHandler => object(RequestHandlerComponent) {} theme => 'StudioHV21' Setting => object(Setting) {} User => object(User) {} Page => object(Page) {} Photocat => object(AppModel) {} Service => object(AppModel) {} Client => object(Client) {} Statistique => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Controller/Controller.php line 697 → CakeEventManager->dispatch(CakeEvent)
* @triggers Controller.shutdown $this
*/
public function shutdownProcess() {
$this->getEventManager()->dispatch(new CakeEvent('Controller.shutdown', $this));
}
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.shutdown' [protected] _subject => object(PagesController) { helpers => array( [maximum depth reached] ) components => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) name => 'Pages' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Pages' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'view' layout => 'online' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => null cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Page' modelKey => 'page' validationErrors => null Cookie => object(CookieComponent) {} Flash => object(FlashComponent) {} Session => object(SessionComponent) {} Auth => object(AuthComponent) {} Paginator => object(PaginatorComponent) {} RequestHandler => object(RequestHandlerComponent) {} theme => 'StudioHV21' Setting => object(Setting) {} User => object(User) {} Page => object(Page) {} Photocat => object(AppModel) {} Service => object(AppModel) {} Client => object(Client) {} Statistique => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Routing/Dispatcher.php line 204 → Controller->shutdownProcess()
} elseif (!($result instanceof CakeResponse) && $response->body() === null) {
$response->body($result);
}
$controller->shutdownProcess();
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(PagesController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(PagesController) { helpers => array( (int) 0 => 'Html', (int) 1 => 'Form', (int) 2 => 'Session', (int) 3 => 'Flash' ) components => array( 'Cookie' => null, 'Flash' => null, 'Session' => null, 'Auth' => array( 'loginAction' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ), 'authError' => 'Access Denied', 'authenticate' => array( [maximum depth reached] ), 'authorize' => array( [maximum depth reached] ) ), 'Paginator' => null, 'RequestHandler' => null ) paginate => array( 'limit' => (int) 10, 'order' => 'Photo.date asc' ) uses => array( (int) 0 => 'Page', (int) 1 => 'Setting', (int) 2 => 'Page', (int) 3 => 'Statistique', (int) 4 => 'File', (int) 5 => 'User', (int) 6 => 'Userule', (int) 7 => 'Slider', (int) 8 => 'Photo', (int) 9 => 'Photocat', (int) 10 => 'Client', (int) 11 => 'Contact', (int) 12 => 'Service', (int) 13 => 'Filtre', (int) 14 => 'Media', (int) 15 => 'Video', (int) 16 => 'Post', (int) 17 => 'Postcat', (int) 18 => 'Slider', (int) 19 => 'Reperage', (int) 20 => 'Casting', (int) 21 => 'Castingcat' ) name => 'Pages' request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'studio-video-digital' base => '' webroot => '/' here => '/studio-video-digital' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => '<!DOCTYPE html> <html lang="fr-FR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" /> <meta name="robots" content="index, follow"/> <title>Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers </title> <meta name="keywords" content="video, digital, motion, film, publicitaire, spot, institutionnel, promotionnellephoto, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement"/> <meta name="description" content="Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. "/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <!-- Open Graph Meta Tags --> <meta property="og:url" content="https://www.fabrice-audio.fr" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta property="og:description" content="Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. " /> <meta property="og:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <meta property="og:title" content="Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers"/> <meta property="og:site_name" content="FA Photographe & retoucher"> <meta property="og:locale" content="fr-FR"> <meta property="og:image:width" content="1924" /> <meta property="og:image:height" content="1010" /> <!-- Twitter Card data --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta name="twitter:description" content="Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. " /> <meta name="twitter:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <!-- DEFAULT META TAGS --> <!-- Always make sure to check the robots tag --> <meta name="author" content="Fabrice Audio"> <meta name="distribution" content="global"> <meta name="rating" content="general"> <meta name="owner" CONTENT="Fabrice Audio"> <meta name="copyright" content="Fabrice Audio"> <meta name="revisit-after" content="2 days"> <meta name="expires" content="never"> <meta name="application-name" content="Studio HV"/> <!-- Favicon --> <meta/> <link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link type="text/plain" rel="author" href="/humans.txt"> <!--Google webmaster & SEO--> <meta name="google-site-verification" content="FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk" /> <!-- METAS SOCIAUX --> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="application-name" content=Studio HV /> <meta name="apple-mobile-web-app-title" content=Studio HV /> <meta name="msapplication-starturl" content="/index.html" /> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="apple-mobile-web-app-title" content="Studio HV"> <link rel="apple-touch-icon" sizes="76x76" href="/files/ico/76.png"> <link rel="apple-touch-icon" sizes="120x120" href="/files/ico/120.png"> <link rel="apple-touch-icon" sizes="152x152" href="/files/ico/152.png"> <link rel="apple-touch-icon" sizes="256x256" href="/files/ico/256.png"> <link rel="apple-touch-icon" sizes="512x512" href="/files/ico/512.png"> <link rel="apple-touch-icon" sizes="180x180" href="/files/ico/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"> <link rel="manifest" href="/site.webmanifest"> <!-- Bootstrap core CSS ================================================== --> <link rel="stylesheet" type="text/css" href="/css/Coremaker-8.1.css"/> <link rel="stylesheet" type="text/css" href="/js/royalslider/royalslider.css"/> <!-- Bootstrap core JavaScript ================================================== --> <script type="text/javascript" src="/js/plugins.js"></script> <script type="text/javascript" src="/js/royalslider/jquery.royalslider.min.js"></script> <script type="text/javascript" src="/js/Coremaker-8.1.js"></script> <!-- Personnal CSS & Javascripts ================================================== --> <link rel="stylesheet" type="text/css" href="/templates/StudioHV21/css/styles.css"/><script type="text/javascript" src="/templates/StudioHV21/js/online.js"></script> </head> <body id="" class="ct-pageWrapper bg-background-fade"> <!-- HEADER --> <header id="header" class="container" canvas=""> <div class="header-inner clearfix"> <div class="container-fluid"> <div class="row"> <div class="col-6 col-md-4 center-col text-left"> <!-- LOGO --> <div id="top-logo" class=""> <a href="/"><div class="logo"></div></a> </div> </div> <div class="col-6 col-md-8 center-col text-right"> <!-- Portfolio Filter --> <nav class="main-menu"> <ul class="no-mobile"> <li><a href="/" class="text-link-white">Accueil</a> <li><a href="/studio-photo" class="text-link-white">Studio Photo</a> <li><a href="/studio-video-digital" class="text-link-white">Video & Digital</a> <li><a href="/production-photographie" class="text-link-white">Production</a> <li><a href="/post-production" class="text-link-white">Post production</a> <li><a href="/nous-contacter" class="text-link-white">Contact</a> <li><a href="/espace-client" class="text-link-white">Espace client</a> </ul> </nav> <nav class="nav-mobile float-right" style="margin-top: -10px;"> <div class="nav-pictos open only-mobile js-toggle-left-slidebar"><i class="fas fa-bars"></i></div> </nav> </div> </div> </div> </div> </header> <!-- HEADER --> <!-- ASIDE LEFT --> <!-- ASIDE RIGHT --> <!-- MAIN --> <main id="sb-site" class="" canvas="container" role="main"> <section id="hero-header" class="hero container pages-header color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 20px"> <b>Le <span class="text-white">STUDIO HV</span></b>,<br> est une agence créative pour la production de vos vidéos et produits digitaux. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h3 class="text-large font-weight-700 alt-font"> Video, Motion & digital </h3> <h2 class="text-medium alt-font font-weight-700" style="margin-top:50px"> <p>Nous réalisons la production de vos films publicitaires, événementiels, spots et produits digitaux animé. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. </p> </h2> </div> </div> </div> </section> <article id="main-section" class="container"> <!-- Module C Articles --> <!-- clients --> <section id="main" class="container big-section color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"></div> <div class="col-12 col-md-8 offset-md-1"> <div class="row"> <div class="col-12 col-sm-6 col-md-6"> <div class="text-left"> <img id="" class="icons" src="/images/icons8-fingerprint.png" alt=""> <h3 class="text-small alt-font font-weight-700">Une équipe passionnée</h3> <span class="text-xsmall alt-font uppercase color-primary">Et animée par l'image</span> <br/><br/> <p class=""> <b>Photographes, retoucheurs, graphistes et directeurs artistiques sont intégrés au studio.</b> </br></br> Chaque chef de projet sera présent avec vous dans la mise en oeuvre et le suivi de votre dossier. Leur savoir faire et leur expérience en post-production, vous permettra de vous reposer sur de réelles compétences. Notre réseaux de partenaires nous permet aussi de vous proposer nos Make Up, Coiffeur, Styliste, Styliste culinaire et décorateur.</br> </br> </p> <br/> </div> </div> <div class="col-12 col-sm-6 col-md-6"> <div class="text-left"> <img id="" class="icons" src="/images/icons8-geography_filled.png" alt=""> <h3 class="text-small alt-font font-weight-700">Production & Post production</h3> <span class="text-xsmall alt-font uppercase color-primary">Pour répondre à vos besoins et envies</span> <br/><br/> <p class=""> <b>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.</b></br></br> Nous vous proposons tous les services nécessaires pour organiser en partie ou en globalité votre production (castings, repérages, demandes d’autorisations, logistique...). Nous intervenons dans tous les secteurs, la photo de mode, prêt à porter, des campagnes d’affichage, lifestyle, reportages, des shootings photos pour les réseaux sociaux, etc… </br> </br> </p> <br/> </div> </div> <div class="col-12 col-sm-12"> <div class="video-container"> <iframe src="https://player.vimeo.com/video/390540691?color=d51149&?loop=1&title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> </div> </div> <div class="row"> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list"> <li>Film publicitaire.</li> <li>Film événementiels.</li> <li>Making of.</li> <li>Formats court & médias sociaux.</li> </ul> </div> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list"> <li>Motion design & animation.</li> <li>Post production et montage vidéo.</li> <li>Production & Post production.</li> <li>Casting, repérage & intervenant.</li> </ul> </div> </div> </br> </br> <p class="text-xsmall uppercase"> <a href="/studio-video/portfolio" class="btn btn-outline-white btn-sm strong">Portfolio Video</a> </p> </div> </div> </div> </section> <!-- end section --> <!-- start page title section --> <section class="container"> <div class="row"> <div class="col-12 col-sm-12"> <div id="justified-gallery-small" class="justified-gallery"> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-AH18-MKO-035.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-AH18-MKO-035.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-AH18-MKO-057.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-AH18-MKO-057.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-AH18-MKO-075.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-AH18-MKO-075.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-PE18-17-002.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-PE18-17-002.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-PE18-17-003.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-PE18-17-003.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-002.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-002.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-003.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-003.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-004.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-004.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-010.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-010.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-011.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-011.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-013.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-013.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-014.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-014.jpg" alt=""/> </a> </div> </div> </div> </div> </section> <!-- end page title section --> <!-- Module C Articles --> </article> <!-- Module A --> <!-- clients --> <section id="clients" class="container big-section color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 00px"> Nos<br> <b><span class="text-white">Services</span></b>. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <div class="row"> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-slr_large_lens.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/studio" class="text-white link-bt">Studio Photo.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">pour les professionnels.</span> <br/><br/> <ul class="classic-list"> <li>Look book & e-commerce</li> <li>Shooting Mode & Prêt à porter</li> <li>Shooting lifestyle</li> <li>Shooting Packshots</li> <li>Shooting Culinaire</li> <li>Portraits institutionnels</li> <li>Reportages et photographie industrielles</li> <li>Reportages événementiel</li> </ul> <br/><br/> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-image.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/digital" class="text-white link-bt">Video & Digital.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">pour les médias.</span> <br/><br/> <ul class="classic-list"> <li>Environnent 2D, 3D et Décors</li> <li>Shootings 360°, Gif, Cinemagraphs</li> <li>Image de synthèse 3D</li> <li>Vidéos, Spots publicitaires</li> <li>Vidéos institutionnelles</li> <li>Vidéos aérienne</li> <li>Montage et post-production vidéo</li> </ul> <br/><br/> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-erase.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/postproduction" class="text-white link-bt">Post production.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">& flux de travail.</span> <br/><br/> <ul class="classic-list"> <li>Retouches et traitements d'image</li> <li>Image de synthèse 3D</li> <li>Vidéos, Spots publicitaires</li> <li>Vidéos institutionnelles</li> </ul> <br/><br/> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-mac_client.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/production" class="text-white link-bt">Production.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">photo et vidéo.</span> <br/><br/> <ul class="classic-list"> <li>Définition de votre cahier des charges</li> <li>Castings & repérages</li> <li>Make Up, Coiffeurs</li> <li>Stylistes & Stylistes culinaire</li> <li>Décorateurs</li> </ul> <br/><br/> </div> <!-- end counter item --> </div> </div> </div> </div> </section> <!-- end section --> <!-- Module B --> <!-- Module C --> <!-- clients --> <section id="clients" class="container big-section color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 00px"> Ils nous font<br> <b><span class="text-white">Confiance</span></b>. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h6 class=""> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/seize-point-neuf" class="">16 point 9</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/baby-art" class="">Baby Art</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/bebe-confort" class="">Bébé Confort</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/caib" class="">CAIB</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/comptoir-de-la-mer" class="">Comptoir de la mer</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/cuirs-guignard" class="">Cuirs Guignard</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/dim" class="">DIM</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/duvivier" class="">Duvivier</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/dynamic" class="">Dynamic</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/edilteco" class="">Edilteco</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/eglantine-creations" class="">Eglantine creations</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/elora" class="">Elora</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/entreprise-reulier" class="">Entreprise Reulier</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/evolis" class="">Evolis</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/francisco-reli" class="">Francisco Reli</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/havea-ponroy" class="">Havéa Ponroy</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/heuliez-bus" class="">Heuliez Bus</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/image-de-marque" class="">Image de marque</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/mae-mahe" class="">Maé Mahé</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/mcd" class="">MCD</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/meubles-auger" class="">Meubles Auger</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/mulliez-flory" class="">Mulliez Flory</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/nu-natural-unique" class="">NU Natural & Unique</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/papin-associes" class="">Papin & Associés</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/portes-chauvat" class="">Portes Chauvat</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/respekt" class="">Respekt</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/ruiz-sur-mesure" class="">Ruiz sur mesure</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/safety-first" class="">Safety First</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/terre-de-marins" class="">Terre de Marins</a> . </span> </h6> </div> </div> </div> </section> <!-- end section --> <div style="clear: both;"></div> <section id="footer-nav" class="container small-section bg-black color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-12" style="margin-bottom:20px;"> <a href="/"> <img id="bottom-logo" srtyle="max-width:200px" src="/files/images/logo-white.png" alt="Loader Logo"> </a> </div> <div class="col-xs-12 col-sm-6"> <h6 class="text-small uppercase">Studio HV</h6> <p class="text-xsmall"> Ouvert du lundi au vendredi.<br/> de 9h à 12h30 et de 14h à 18h30.<br/> <br/> 7 Square des Grandes Claies, 49300 Cholet - France<br/> <br/> Nous appeller : <b><a href="tel:+33241581976">02 41 58 19 76</a></b> <br/> Nous écrire : <b><a class="emailcr" href="contact@studiohv.fr" target="_blank">contact@studiohv.fr</a></b> </p> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Navigation</p> <ul class="classic-list"> <li class="strong"><a href="/">Accueil</a></li> <li class=""><a href="/studio-photo">Studio Photo</a></li> <li class=""><a href="/studio-video-digital">Video, Motion & digital</a></li> <li class=""><a href="/production-photographie">Production Photo & Video</a></li> <li class=""><a href="/post-production">Post-Production</a></li> <li class=""><a href="/nous-contacter">Nous contacter</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Portfolio</p> <ul class="classic-list"> <li class="strong"><a href="/studio-photo/portfolio">Portfolio Photo</a></li> <li class="strong"><a href="/studio-video/portfolio">Portfolio Video</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Divers</p> <ul class="classic-list"> <li class="strong"><a href="/espace-client">Espace Clients</a></li> </ul> </div> </div> </div> </section> <!-- Footer --> <footer id="footer-bottom" class="footer container"> <div class="container-fluid"> <div class="row" style="margin-top:20px;"> <div class="col-12 col-sm-6 col-md-6 sm-center"> <p><span>©2020 Studio HV - tous droits réservés. <a href="/pages/mentions">Mentions Légales</a> - <a href="/sitemap">Site Map</a> - <a href="/cuber" target="_blank">Powered by Cuber®</a></span></p> </div> <div class="col-xs-12 col-sm-6 text-right sm-center"> <div class="font-icons"> <a href="https://www.facebook.com/studiophotohv" target="_blank"><i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/studiohv49/" target="_blank"><i class="fab fa-instagram"></i></a> <a href="https://twitter.com/hv_studio" target="_blank"><i class="fab fa-twitter"></i></i></a> <a href="http://www.pinterest.com/studiohvphoto/" target="_blank"><i class="fab fa-pinterest"></i></a> <a href="https://vimeo.com/studiohv" target="_blank"><i class="fab fa-vimeo-v"></i></a> <a href="https://www.linkedin.com/company/studio-hv" target="_blank"><i class="fab fa-linkedin-in"></i></a> </div> </div> </div> </div> </footer> </main> <!-- SIDEBAR LEFT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-1 left overlay"> <!-- ASIDES --> <div id="sidebar-left" class="container"> <div class="inner-left"> <div class="logo"> <img src="/themes/StudioHV21/images/logo.png" alt=""> </div> <div class="outter"> <div class="inner"> <div class="container"> <ul class="menu-left"> <li><a href="/" class="">Accueil</a> <li><a href="/studio-photo" class="">Photographie</a> <li><a href="/studio-video-digital" class="">Video & Digital</a> <li><a href="/production-photographie" class="">Production</a> <li><a href="/post-production" class="">Post production</a> <li>-</li> <li class=""><a class="smaller" href="/studio-photo/portfolio">Portfolio</a></li> <li><a class="smaller" href="/nous-contacter" class="e">Nous contacter</a> </ul> </br></br> <p class="alt-font text-uppercase">Contact</p> <p class="titre-xsmall" style="margin-top: 0px"> <strong>Studio HV </strong><br/> 7, Square des Grandes Claies - Cholet - France<br/> Téléphone <a class="" href="tel:+33241581979">02 41 58 19 76</a><br/> Email <a class="emailcr" href="contact{{#}}studiohv{#}fr" target="_blank">contact{{#}}studiohv{#}fr</a> </p> </br> <p>©2020 - All rights reserved - Studio HV - Cholet.</p> </br> </div> <!-- container end --> </div> </div> </div> </div> </div> <!-- SIDEBAR RIGHT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-2 right overlay"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d4c6-trace').style.display = (document.getElementById('cakeErr673ed3d70d4c6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements/sidebar-right.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr673ed3d70d4c6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d4c6-code').style.display = (document.getElementById('cakeErr673ed3d70d4c6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d4c6-context').style.display = (document.getElementById('cakeErr673ed3d70d4c6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673ed3d70d4c6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr673ed3d70d4c6-context" class="cake-context" style="display: none;">$name = 'sidebar-right' $data = array() $options = array( 'callbacks' => true ) $file = 'Elements/sidebar-right.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 167 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </div> <div id="open-popup" class="bg-white open-popup mfp-hide"> <div id="ajax-popup"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d77b-trace').style.display = (document.getElementById('cakeErr673ed3d70d77b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements//popups/pop-news.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr673ed3d70d77b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d77b-code').style.display = (document.getElementById('cakeErr673ed3d70d77b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d77b-context').style.display = (document.getElementById('cakeErr673ed3d70d77b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673ed3d70d77b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr673ed3d70d77b-context" class="cake-context" style="display: none;">$name = '/popups/pop-news' $data = array() $options = array( 'callbacks' => false ) $file = 'Elements//popups/pop-news.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 171 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre></div> </div> <!-- SHOP CONTAINERS -- <div class="cart-message-container"></div> <div class="ct-paypal-modal-bg"> <div class="ct-paypal-modal"> <div class="ct-paypal-modal-header"> <div class="ct-paypal-modal-header-close"><span>×</span></div> </div> <div class="ct-paypal-modal-body">Payment Successful!</div> </div> </div> <!-- COOKIE JS --> <section id="easyCookie" class="ec-fixed ec-icon ec-double-btn white-cursor" data-expiresdays="8"> <div> <div class="ec-infos"> En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies afin de présenter un contenu adapté et optimal. </div> <div class="ec-btns"> <a href="#" class="ec-accept btn btn-squared btn-outline-white">OK</a> <a href="/mentions-legales" class="ec-empty btn btn-squared btn-outline-white"> EN SAVOIR PLUS </a> </div> </div> </section> <!-- MAGIC CURSOR --> <div id="magic-cursor"> <div id="img"></div> <div id="icon"></div> <div id="ball"></div> </div> <div id="magic-shadow"> <div id="shadow"></div> </div> <!-- NEW CODE SUIVI GOOGLE ANALYTICS !!!!!!!! Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-73664602-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-73664602-1'); </script> </body> </html> ' [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Pages' layoutPath => null viewVars => array( 'pages' => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), 'photos' => array( (int) 0 => 'medias/pages/studio-video-digital/TDM-AH18-MKO-035.jpg', (int) 1 => 'medias/pages/studio-video-digital/TDM-AH18-MKO-057.jpg', (int) 2 => 'medias/pages/studio-video-digital/TDM-AH18-MKO-075.jpg', (int) 3 => 'medias/pages/studio-video-digital/TDM-PE18-17-002.jpg', (int) 4 => 'medias/pages/studio-video-digital/TDM-PE18-17-003.jpg', (int) 5 => 'medias/pages/studio-video-digital/hv-agence-002.jpg', (int) 6 => 'medias/pages/studio-video-digital/hv-agence-003.jpg', (int) 7 => 'medias/pages/studio-video-digital/hv-agence-004.jpg', (int) 8 => 'medias/pages/studio-video-digital/hv-agence-010.jpg', (int) 9 => 'medias/pages/studio-video-digital/hv-agence-011.jpg', (int) 10 => 'medias/pages/studio-video-digital/hv-agence-013.jpg', (int) 11 => 'medias/pages/studio-video-digital/hv-agence-014.jpg' ), 'meta_keywords' => 'video, digital, motion, film, publicitaire, spot, institutionnel, promotionnellephoto, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'meta_description' => 'Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. ', 'title_for_layout' => 'Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'clients' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ) ), 'services_list' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'photos_cats' => array(), 'pages_list' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ), 'sidebarbottom' => 'none', 'sidebartop' => 'none', 'sidebarright' => 'none', 'sidebarleft' => 'none', 'footerback' => 'none', 'footer' => 'footer', 'asideright' => 'none', 'asideleft' => 'none', 'header' => 'header', 'googleplus' => '', 'youtube' => '', 'linkedin' => 'https://www.linkedin.com/company/studio-hv', 'vimeo' => 'https://vimeo.com/studiohv', 'pinterest' => 'http://www.pinterest.com/studiohvphoto/', 'behance' => '', 'cinqpx' => '', 'twitter' => 'https://twitter.com/hv_studio', 'instagram' => 'https://www.instagram.com/studiohv49/', 'facebook' => 'https://www.facebook.com/studiophotohv', 'googletracking' => 'UA-73664602-1', 'googlecodeverif' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'appname' => 'Studio HV', 'siteemail' => 'contact@studiohv.fr', 'siteurl' => 'https://www.fabrice-audio.fr', 'sitetemplate' => 'StudioHV21', 'sitetheme' => 'StudioHV21', 'settings' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ) ), 'userid' => array(), 'configlang' => null ) view => 'view' layout => 'online' autoRender => false autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PagesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => object(View) { Helpers => object(HelperCollection) {} Blocks => object(ViewBlock) {} plugin => null name => 'Pages' passedArgs => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) viewPath => 'Pages' viewVars => array( [maximum depth reached] ) view => 'view' layout => 'online' layoutPath => null autoLayout => true ext => '.ctp' subDir => null theme => 'StudioHV21' cacheAction => false validationErrors => array( [maximum depth reached] ) hasRendered => true uuids => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} elementCache => 'default' elementCacheSettings => array([maximum depth reached]) Html => object(HtmlHelper) {} Form => object(FormHelper) {} Session => object(SessionHelper) {} Flash => object(FlashHelper) {} [protected] _passedVars => array( [maximum depth reached] ) [protected] _scripts => array([maximum depth reached]) [protected] _paths => array( [maximum depth reached] ) [protected] _pathsForPlugin => array([maximum depth reached]) [protected] _parents => array([maximum depth reached]) [protected] _current => '/home/studiohv/www/app/View/Layouts/online.ctp' [protected] _currentType => 'layout' [protected] _stack => array([maximum depth reached]) [protected] _eventManager => object(CakeEventManager) {} [protected] _eventManagerConfigured => true } ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => 'studio-video-digital' ) scaffold => false methods => array( (int) 2 => 'home', (int) 3 => 'view', (int) 4 => 'sitemap', (int) 5 => 'display', (int) 6 => 'isAuthorized', (int) 7 => '_setLanguage', (int) 8 => 'variables', (int) 9 => 'statistiques' ) modelClass => 'Page' modelKey => 'page' validationErrors => null Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'lkqsjdlqsjldjqslkjdlkqsjdeazdzkljlkqsjdlj' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => array( [maximum depth reached] ) ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => array( [maximum depth reached] ) logoutRedirect => array( [maximum depth reached] ) authError => 'Access Denied' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( [maximum depth reached] ) [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null params => array( [maximum depth reached] ) settings => array( [maximum depth reached] ) components => array([maximum depth reached]) [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } theme => 'StudioHV21' Setting => object(Setting) { displayField => 'value' useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Setting' alias => 'Setting' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } User => object(User) { displayField => 'username' belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Userule => object(AppModel) {} Contact => object(Contact) {} Client => object(Client) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Page => object(Page) { displayField => 'titre' belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'pages' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'pages' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Page' alias => 'Page' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) User => object(User) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Photocat => object(AppModel) { useDbConfig => 'default' useTable => 'photocats' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'photocats' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Photocat' alias => 'Photocat' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Service => object(AppModel) { useDbConfig => 'default' useTable => 'services' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'services' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Service' alias => 'Service' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Client => object(Client) { displayField => 'nom' belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'clients' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'clients' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Client' alias => 'Client' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) User => object(User) {} Contact => object(Contact) {} [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Statistique => object(AppModel) { useDbConfig => 'default' useTable => 'statistiques' id => false data => array( [maximum depth reached] ) schemaName => 'studiohvnew' table => 'statistiques' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Statistique' alias => 'Statistique' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => object(ModelValidator) {} } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'view', 'named' => array(), 'pass' => array( (int) 0 => 'studio-video-digital' ), 'slug' => 'studio-video-digital', 'isAjax' => false, 'models' => array( 'Page' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Statistique' => array( [maximum depth reached] ), 'File' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Userule' => array( [maximum depth reached] ), 'Slider' => array( [maximum depth reached] ), 'Photo' => array( [maximum depth reached] ), 'Photocat' => array( [maximum depth reached] ), 'Client' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ), 'Service' => array( [maximum depth reached] ), 'Filtre' => array( [maximum depth reached] ), 'Media' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Postcat' => array( [maximum depth reached] ), 'Reperage' => array( [maximum depth reached] ), 'Casting' => array( [maximum depth reached] ), 'Castingcat' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'studio-video-digital' base => '' webroot => '/' here => '/studio-video-digital' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
- APP/webroot/index.php line 117 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'view', 'named' => array(), 'pass' => array( (int) 0 => 'studio-video-digital' ), 'slug' => 'studio-video-digital', 'isAjax' => false, 'models' => array( 'Page' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Statistique' => array( [maximum depth reached] ), 'File' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Userule' => array( [maximum depth reached] ), 'Slider' => array( [maximum depth reached] ), 'Photo' => array( [maximum depth reached] ), 'Photocat' => array( [maximum depth reached] ), 'Client' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ), 'Service' => array( [maximum depth reached] ), 'Filtre' => array( [maximum depth reached] ), 'Media' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Postcat' => array( [maximum depth reached] ), 'Reperage' => array( [maximum depth reached] ), 'Casting' => array( [maximum depth reached] ), 'Castingcat' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'studio-video-digital' base => '' webroot => '/' here => '/studio-video-digital' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => '<!DOCTYPE html> <html lang="fr-FR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" /> <meta name="robots" content="index, follow"/> <title>Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers </title> <meta name="keywords" content="video, digital, motion, film, publicitaire, spot, institutionnel, promotionnellephoto, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement"/> <meta name="description" content="Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. "/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <!-- Open Graph Meta Tags --> <meta property="og:url" content="https://www.fabrice-audio.fr" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta property="og:description" content="Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. " /> <meta property="og:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <meta property="og:title" content="Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers"/> <meta property="og:site_name" content="FA Photographe & retoucher"> <meta property="og:locale" content="fr-FR"> <meta property="og:image:width" content="1924" /> <meta property="og:image:height" content="1010" /> <!-- Twitter Card data --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Video, Motion & digital | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta name="twitter:description" content="Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. " /> <meta name="twitter:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <!-- DEFAULT META TAGS --> <!-- Always make sure to check the robots tag --> <meta name="author" content="Fabrice Audio"> <meta name="distribution" content="global"> <meta name="rating" content="general"> <meta name="owner" CONTENT="Fabrice Audio"> <meta name="copyright" content="Fabrice Audio"> <meta name="revisit-after" content="2 days"> <meta name="expires" content="never"> <meta name="application-name" content="Studio HV"/> <!-- Favicon --> <meta/> <link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link type="text/plain" rel="author" href="/humans.txt"> <!--Google webmaster & SEO--> <meta name="google-site-verification" content="FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk" /> <!-- METAS SOCIAUX --> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="application-name" content=Studio HV /> <meta name="apple-mobile-web-app-title" content=Studio HV /> <meta name="msapplication-starturl" content="/index.html" /> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="apple-mobile-web-app-title" content="Studio HV"> <link rel="apple-touch-icon" sizes="76x76" href="/files/ico/76.png"> <link rel="apple-touch-icon" sizes="120x120" href="/files/ico/120.png"> <link rel="apple-touch-icon" sizes="152x152" href="/files/ico/152.png"> <link rel="apple-touch-icon" sizes="256x256" href="/files/ico/256.png"> <link rel="apple-touch-icon" sizes="512x512" href="/files/ico/512.png"> <link rel="apple-touch-icon" sizes="180x180" href="/files/ico/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"> <link rel="manifest" href="/site.webmanifest"> <!-- Bootstrap core CSS ================================================== --> <link rel="stylesheet" type="text/css" href="/css/Coremaker-8.1.css"/> <link rel="stylesheet" type="text/css" href="/js/royalslider/royalslider.css"/> <!-- Bootstrap core JavaScript ================================================== --> <script type="text/javascript" src="/js/plugins.js"></script> <script type="text/javascript" src="/js/royalslider/jquery.royalslider.min.js"></script> <script type="text/javascript" src="/js/Coremaker-8.1.js"></script> <!-- Personnal CSS & Javascripts ================================================== --> <link rel="stylesheet" type="text/css" href="/templates/StudioHV21/css/styles.css"/><script type="text/javascript" src="/templates/StudioHV21/js/online.js"></script> </head> <body id="" class="ct-pageWrapper bg-background-fade"> <!-- HEADER --> <header id="header" class="container" canvas=""> <div class="header-inner clearfix"> <div class="container-fluid"> <div class="row"> <div class="col-6 col-md-4 center-col text-left"> <!-- LOGO --> <div id="top-logo" class=""> <a href="/"><div class="logo"></div></a> </div> </div> <div class="col-6 col-md-8 center-col text-right"> <!-- Portfolio Filter --> <nav class="main-menu"> <ul class="no-mobile"> <li><a href="/" class="text-link-white">Accueil</a> <li><a href="/studio-photo" class="text-link-white">Studio Photo</a> <li><a href="/studio-video-digital" class="text-link-white">Video & Digital</a> <li><a href="/production-photographie" class="text-link-white">Production</a> <li><a href="/post-production" class="text-link-white">Post production</a> <li><a href="/nous-contacter" class="text-link-white">Contact</a> <li><a href="/espace-client" class="text-link-white">Espace client</a> </ul> </nav> <nav class="nav-mobile float-right" style="margin-top: -10px;"> <div class="nav-pictos open only-mobile js-toggle-left-slidebar"><i class="fas fa-bars"></i></div> </nav> </div> </div> </div> </div> </header> <!-- HEADER --> <!-- ASIDE LEFT --> <!-- ASIDE RIGHT --> <!-- MAIN --> <main id="sb-site" class="" canvas="container" role="main"> <section id="hero-header" class="hero container pages-header color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 20px"> <b>Le <span class="text-white">STUDIO HV</span></b>,<br> est une agence créative pour la production de vos vidéos et produits digitaux. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h3 class="text-large font-weight-700 alt-font"> Video, Motion & digital </h3> <h2 class="text-medium alt-font font-weight-700" style="margin-top:50px"> <p>Nous réalisons la production de vos films publicitaires, événementiels, spots et produits digitaux animé. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. </p> </h2> </div> </div> </div> </section> <article id="main-section" class="container"> <!-- Module C Articles --> <!-- clients --> <section id="main" class="container big-section color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"></div> <div class="col-12 col-md-8 offset-md-1"> <div class="row"> <div class="col-12 col-sm-6 col-md-6"> <div class="text-left"> <img id="" class="icons" src="/images/icons8-fingerprint.png" alt=""> <h3 class="text-small alt-font font-weight-700">Une équipe passionnée</h3> <span class="text-xsmall alt-font uppercase color-primary">Et animée par l'image</span> <br/><br/> <p class=""> <b>Photographes, retoucheurs, graphistes et directeurs artistiques sont intégrés au studio.</b> </br></br> Chaque chef de projet sera présent avec vous dans la mise en oeuvre et le suivi de votre dossier. Leur savoir faire et leur expérience en post-production, vous permettra de vous reposer sur de réelles compétences. Notre réseaux de partenaires nous permet aussi de vous proposer nos Make Up, Coiffeur, Styliste, Styliste culinaire et décorateur.</br> </br> </p> <br/> </div> </div> <div class="col-12 col-sm-6 col-md-6"> <div class="text-left"> <img id="" class="icons" src="/images/icons8-geography_filled.png" alt=""> <h3 class="text-small alt-font font-weight-700">Production & Post production</h3> <span class="text-xsmall alt-font uppercase color-primary">Pour répondre à vos besoins et envies</span> <br/><br/> <p class=""> <b>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.</b></br></br> Nous vous proposons tous les services nécessaires pour organiser en partie ou en globalité votre production (castings, repérages, demandes d’autorisations, logistique...). Nous intervenons dans tous les secteurs, la photo de mode, prêt à porter, des campagnes d’affichage, lifestyle, reportages, des shootings photos pour les réseaux sociaux, etc… </br> </br> </p> <br/> </div> </div> <div class="col-12 col-sm-12"> <div class="video-container"> <iframe src="https://player.vimeo.com/video/390540691?color=d51149&?loop=1&title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> </div> </div> <div class="row"> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list"> <li>Film publicitaire.</li> <li>Film événementiels.</li> <li>Making of.</li> <li>Formats court & médias sociaux.</li> </ul> </div> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list"> <li>Motion design & animation.</li> <li>Post production et montage vidéo.</li> <li>Production & Post production.</li> <li>Casting, repérage & intervenant.</li> </ul> </div> </div> </br> </br> <p class="text-xsmall uppercase"> <a href="/studio-video/portfolio" class="btn btn-outline-white btn-sm strong">Portfolio Video</a> </p> </div> </div> </div> </section> <!-- end section --> <!-- start page title section --> <section class="container"> <div class="row"> <div class="col-12 col-sm-12"> <div id="justified-gallery-small" class="justified-gallery"> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-AH18-MKO-035.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-AH18-MKO-035.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-AH18-MKO-057.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-AH18-MKO-057.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-AH18-MKO-075.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-AH18-MKO-075.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-PE18-17-002.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-PE18-17-002.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/TDM-PE18-17-003.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/TDM-PE18-17-003.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-002.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-002.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-003.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-003.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-004.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-004.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-010.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-010.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-011.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-011.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-013.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-013.jpg" alt=""/> </a> </div> <!-- start gallery item --> <div class="grayscale"> <a href="/medias/pages/studio-video-digital/hv-agence-014.jpg" data-fancybox="gallery" class="gallery-link thumbnail-overlay"> <img src="/medias/pages/studio-video-digital/hv-agence-014.jpg" alt=""/> </a> </div> </div> </div> </div> </section> <!-- end page title section --> <!-- Module C Articles --> </article> <!-- Module A --> <!-- clients --> <section id="clients" class="container big-section color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 00px"> Nos<br> <b><span class="text-white">Services</span></b>. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <div class="row"> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-slr_large_lens.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/studio" class="text-white link-bt">Studio Photo.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">pour les professionnels.</span> <br/><br/> <ul class="classic-list"> <li>Look book & e-commerce</li> <li>Shooting Mode & Prêt à porter</li> <li>Shooting lifestyle</li> <li>Shooting Packshots</li> <li>Shooting Culinaire</li> <li>Portraits institutionnels</li> <li>Reportages et photographie industrielles</li> <li>Reportages événementiel</li> </ul> <br/><br/> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-image.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/digital" class="text-white link-bt">Video & Digital.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">pour les médias.</span> <br/><br/> <ul class="classic-list"> <li>Environnent 2D, 3D et Décors</li> <li>Shootings 360°, Gif, Cinemagraphs</li> <li>Image de synthèse 3D</li> <li>Vidéos, Spots publicitaires</li> <li>Vidéos institutionnelles</li> <li>Vidéos aérienne</li> <li>Montage et post-production vidéo</li> </ul> <br/><br/> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-erase.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/postproduction" class="text-white link-bt">Post production.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">& flux de travail.</span> <br/><br/> <ul class="classic-list"> <li>Retouches et traitements d'image</li> <li>Image de synthèse 3D</li> <li>Vidéos, Spots publicitaires</li> <li>Vidéos institutionnelles</li> </ul> <br/><br/> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img id="" class="icons" src="/images/icons8-mac_client.png" alt=""> <h3 class="text-small alt-font font-weight-700"><a href="/pages/production" class="text-white link-bt">Production.</a></h3> <span class="text-xsmall alt-font uppercase color-primary">photo et vidéo.</span> <br/><br/> <ul class="classic-list"> <li>Définition de votre cahier des charges</li> <li>Castings & repérages</li> <li>Make Up, Coiffeurs</li> <li>Stylistes & Stylistes culinaire</li> <li>Décorateurs</li> </ul> <br/><br/> </div> <!-- end counter item --> </div> </div> </div> </div> </section> <!-- end section --> <!-- Module B --> <!-- Module C --> <!-- clients --> <section id="clients" class="container big-section color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 00px"> Ils nous font<br> <b><span class="text-white">Confiance</span></b>. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h6 class=""> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/seize-point-neuf" class="">16 point 9</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/baby-art" class="">Baby Art</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/bebe-confort" class="">Bébé Confort</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/caib" class="">CAIB</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/comptoir-de-la-mer" class="">Comptoir de la mer</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/cuirs-guignard" class="">Cuirs Guignard</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/dim" class="">DIM</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/duvivier" class="">Duvivier</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/dynamic" class="">Dynamic</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/edilteco" class="">Edilteco</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/eglantine-creations" class="">Eglantine creations</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/elora" class="">Elora</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/entreprise-reulier" class="">Entreprise Reulier</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/evolis" class="">Evolis</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/francisco-reli" class="">Francisco Reli</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/havea-ponroy" class="">Havéa Ponroy</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/heuliez-bus" class="">Heuliez Bus</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/image-de-marque" class="">Image de marque</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/mae-mahe" class="">Maé Mahé</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/mcd" class="">MCD</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/meubles-auger" class="">Meubles Auger</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/mulliez-flory" class="">Mulliez Flory</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/nu-natural-unique" class="">NU Natural & Unique</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/papin-associes" class="">Papin & Associés</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/portes-chauvat" class="">Portes Chauvat</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/respekt" class="">Respekt</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/ruiz-sur-mesure" class="">Ruiz sur mesure</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/safety-first" class="">Safety First</a> . </span> <span class="text-small font-weight-700 color-primary alt-font"> <a href="/studio-photo/portfolio/clients/terre-de-marins" class="">Terre de Marins</a> . </span> </h6> </div> </div> </div> </section> <!-- end section --> <div style="clear: both;"></div> <section id="footer-nav" class="container small-section bg-black color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-12" style="margin-bottom:20px;"> <a href="/"> <img id="bottom-logo" srtyle="max-width:200px" src="/files/images/logo-white.png" alt="Loader Logo"> </a> </div> <div class="col-xs-12 col-sm-6"> <h6 class="text-small uppercase">Studio HV</h6> <p class="text-xsmall"> Ouvert du lundi au vendredi.<br/> de 9h à 12h30 et de 14h à 18h30.<br/> <br/> 7 Square des Grandes Claies, 49300 Cholet - France<br/> <br/> Nous appeller : <b><a href="tel:+33241581976">02 41 58 19 76</a></b> <br/> Nous écrire : <b><a class="emailcr" href="contact@studiohv.fr" target="_blank">contact@studiohv.fr</a></b> </p> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Navigation</p> <ul class="classic-list"> <li class="strong"><a href="/">Accueil</a></li> <li class=""><a href="/studio-photo">Studio Photo</a></li> <li class=""><a href="/studio-video-digital">Video, Motion & digital</a></li> <li class=""><a href="/production-photographie">Production Photo & Video</a></li> <li class=""><a href="/post-production">Post-Production</a></li> <li class=""><a href="/nous-contacter">Nous contacter</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Portfolio</p> <ul class="classic-list"> <li class="strong"><a href="/studio-photo/portfolio">Portfolio Photo</a></li> <li class="strong"><a href="/studio-video/portfolio">Portfolio Video</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Divers</p> <ul class="classic-list"> <li class="strong"><a href="/espace-client">Espace Clients</a></li> </ul> </div> </div> </div> </section> <!-- Footer --> <footer id="footer-bottom" class="footer container"> <div class="container-fluid"> <div class="row" style="margin-top:20px;"> <div class="col-12 col-sm-6 col-md-6 sm-center"> <p><span>©2020 Studio HV - tous droits réservés. <a href="/pages/mentions">Mentions Légales</a> - <a href="/sitemap">Site Map</a> - <a href="/cuber" target="_blank">Powered by Cuber®</a></span></p> </div> <div class="col-xs-12 col-sm-6 text-right sm-center"> <div class="font-icons"> <a href="https://www.facebook.com/studiophotohv" target="_blank"><i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/studiohv49/" target="_blank"><i class="fab fa-instagram"></i></a> <a href="https://twitter.com/hv_studio" target="_blank"><i class="fab fa-twitter"></i></i></a> <a href="http://www.pinterest.com/studiohvphoto/" target="_blank"><i class="fab fa-pinterest"></i></a> <a href="https://vimeo.com/studiohv" target="_blank"><i class="fab fa-vimeo-v"></i></a> <a href="https://www.linkedin.com/company/studio-hv" target="_blank"><i class="fab fa-linkedin-in"></i></a> </div> </div> </div> </div> </footer> </main> <!-- SIDEBAR LEFT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-1 left overlay"> <!-- ASIDES --> <div id="sidebar-left" class="container"> <div class="inner-left"> <div class="logo"> <img src="/themes/StudioHV21/images/logo.png" alt=""> </div> <div class="outter"> <div class="inner"> <div class="container"> <ul class="menu-left"> <li><a href="/" class="">Accueil</a> <li><a href="/studio-photo" class="">Photographie</a> <li><a href="/studio-video-digital" class="">Video & Digital</a> <li><a href="/production-photographie" class="">Production</a> <li><a href="/post-production" class="">Post production</a> <li>-</li> <li class=""><a class="smaller" href="/studio-photo/portfolio">Portfolio</a></li> <li><a class="smaller" href="/nous-contacter" class="e">Nous contacter</a> </ul> </br></br> <p class="alt-font text-uppercase">Contact</p> <p class="titre-xsmall" style="margin-top: 0px"> <strong>Studio HV </strong><br/> 7, Square des Grandes Claies - Cholet - France<br/> Téléphone <a class="" href="tel:+33241581979">02 41 58 19 76</a><br/> Email <a class="emailcr" href="contact{{#}}studiohv{#}fr" target="_blank">contact{{#}}studiohv{#}fr</a> </p> </br> <p>©2020 - All rights reserved - Studio HV - Cholet.</p> </br> </div> <!-- container end --> </div> </div> </div> </div> </div> <!-- SIDEBAR RIGHT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-2 right overlay"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d4c6-trace').style.display = (document.getElementById('cakeErr673ed3d70d4c6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements/sidebar-right.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr673ed3d70d4c6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d4c6-code').style.display = (document.getElementById('cakeErr673ed3d70d4c6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d4c6-context').style.display = (document.getElementById('cakeErr673ed3d70d4c6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673ed3d70d4c6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr673ed3d70d4c6-context" class="cake-context" style="display: none;">$name = 'sidebar-right' $data = array() $options = array( 'callbacks' => true ) $file = 'Elements/sidebar-right.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 167 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </div> <div id="open-popup" class="bg-white open-popup mfp-hide"> <div id="ajax-popup"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d77b-trace').style.display = (document.getElementById('cakeErr673ed3d70d77b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements//popups/pop-news.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr673ed3d70d77b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d77b-code').style.display = (document.getElementById('cakeErr673ed3d70d77b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673ed3d70d77b-context').style.display = (document.getElementById('cakeErr673ed3d70d77b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673ed3d70d77b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr673ed3d70d77b-context" class="cake-context" style="display: none;">$name = '/popups/pop-news' $data = array() $options = array( 'callbacks' => false ) $file = 'Elements//popups/pop-news.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 171 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre></div> </div> <!-- SHOP CONTAINERS -- <div class="cart-message-container"></div> <div class="ct-paypal-modal-bg"> <div class="ct-paypal-modal"> <div class="ct-paypal-modal-header"> <div class="ct-paypal-modal-header-close"><span>×</span></div> </div> <div class="ct-paypal-modal-body">Payment Successful!</div> </div> </div> <!-- COOKIE JS --> <section id="easyCookie" class="ec-fixed ec-icon ec-double-btn white-cursor" data-expiresdays="8"> <div> <div class="ec-infos"> En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies afin de présenter un contenu adapté et optimal. </div> <div class="ec-btns"> <a href="#" class="ec-accept btn btn-squared btn-outline-white">OK</a> <a href="/mentions-legales" class="ec-empty btn btn-squared btn-outline-white"> EN SAVOIR PLUS </a> </div> </div> </section> <!-- MAGIC CURSOR --> <div id="magic-cursor"> <div id="img"></div> <div id="icon"></div> <div id="ball"></div> </div> <div id="magic-shadow"> <div id="shadow"></div> </div> <!-- NEW CODE SUIVI GOOGLE ANALYTICS !!!!!!!! Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-73664602-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-73664602-1'); </script> </body> </html> ' [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }
Studio HV
Ouvert du lundi au vendredi.
de 9h à 12h30 et de 14h à 18h30.
7 Square des Grandes Claies, 49300 Cholet - France
Nous appeller : 02 41 58 19 76
Nous écrire : contact@studiohv.fr
Navigation
Portfolio
Divers