Database Error
Error: SQLSTATE[42000]: Syntax error or access violation: 1142 INSERT command denied to user 'studiohvnew'@'10.15.20.123' 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-20 23:32:24', '3.12.161.151', '/app/webroot/index.php', 'http://studiohv.fr/', 'ec2-3-12-161-151.us-east-2.compute.amazonaws.com', 'Unknown', '', '', 'Unknown', 'Ordinateur', '2024-11-20 23:32:24', '2024-11-20 23:32:24')
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-20 23:32:24', '3.12.161.151', '/app/webroot/index.php', 'http://studiohv.fr/', 'ec2-3-12-161-151.us-east-2.compute.amazonaws.com', 'Unknown', '', '', 'Unknown', 'Ordinateur', '2024-11-20 23:32:24', '2024-11-20 23:32:24')' 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-20 23:32:24', '3.12.161.151', '/app/webroot/index.php', 'http://studiohv.fr/', 'ec2-3-12-161-151.us-east-2.compute.amazonaws.com', 'Unknown', '', '', 'Unknown', 'Ordinateur', '2024-11-20 23:32:24', '2024-11-20 23:32:24')'
- 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-20 23:32:24', 'ip' => '3.12.161.151', 'page' => '/app/webroot/index.php', 'adresse' => 'http://studiohv.fr/', 'navigateur' => 'Unknown', 'referer' => '', 'lang' => '', 'system' => 'Unknown', 'device' => 'Ordinateur', 'modified' => '2024-11-20 23:32:24', 'created' => '2024-11-20 23:32:24' ) ) 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-20 23:32:24', (int) 1 => '3.12.161.151', (int) 2 => '/app/webroot/index.php', (int) 3 => 'http://studiohv.fr/', (int) 4 => 'ec2-3-12-161-151.us-east-2.compute.amazonaws.com', (int) 5 => 'Unknown', (int) 6 => '', (int) 7 => '', (int) 8 => 'Unknown', (int) 9 => 'Ordinateur', (int) 10 => '2024-11-20 23:32:24', (int) 11 => '2024-11-20 23:32:24' )
- 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 => 'home' 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) {} Post => object(Post) {} Slider => object(AppModel) {} 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 => 'home' 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) {} Post => object(Post) {} Slider => object(AppModel) {} 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 => '' base => '' webroot => '/' here => '/' [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> | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers </title> <meta name="keywords" content="photo, 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="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire."/> <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=" | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta property="og:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <meta property="og:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <meta property="og:title" content=" | 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=" | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta name="twitter:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <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"> <!-- HERO ================================================== --> <div id="hero-header" class="hero container Royal-Slider-Home bg-greydark color-code" data-color="black-bg"> <div id="Royal-Slider-Home" class="royalSlider JsBigheight fullscreen"> <div class="rsContent JsBigheight item-slider"> <div class="outter"> <div class="header-home-inner"> <div class="rsABlock" data-fade-effect="true" data-move-effect="right" data-move-offset="20" data-delay="500" data-speed="500"> <h1 class="hero-title titre-medium alt-font">Collection printemps / été 2023</h1> <p class="hero-text titre-small"> Réalisation du shooting et production pour la marque Terre de Marins. </p> <br> <p class="" style=""> <i class="icon ion-md-arrow-down text-white"></i><a href="/" class="text-white font-weight-700"></a> </p> </div> </div> <div id="" class="bg-hero-image bg-t5-r15" data-background="/medias/sliders/708A4076.jpg"></div> </div> </div> <!-- end gallery item --> </div> <div class="nav-slider"> <figure class="prev-slider"></figure> <figure class="next-slider"></figure> </div> </div> <section id="main-section" 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: 20px"> <b>Le <span class="text-white">STUDIO HV</span></b>,<br> est spécialisé dans la création<br>et la maîtrise de votre image. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <nav class="text-large font-weight-700 alt-font"> <a href="/studio-photo" class="text-white link-bt">Studio Photo.</a></br> <a href="/studio-video-digital" class="text-white link-bt">Video & Digital.</a></br> <a href="/production-photographie" class="text-white link-bt">Production.</a></br> <a href="/post-production" class="text-white link-bt">Post production.</a> </nav> <h2 class="text-small alt-font font-weight-700" style="margin-top:50px">Depuis 1996, le Studio HV est doté de directeurs artistiques, photographes, décorateurs, stylistes, make up pour la création et la production de vos photographies et de vos vidéos publicitaires et institutionnelles. </h2> </div> </div> </div> </section> <!-- 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"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 00px"> <b><span class="text-white">Le studio HV</span></b><br> est une agence créative de Photographie. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h5 class="text-small alt-font" style="margin-top:0px;"> Nous réalisons la production de shootings photographiques, films publicitaires, produits digitaux et 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. </h5> </br> <div class="row"> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list "> <li>Look Book & E-Commerce.</li> <li>Shooting mode & prêt à porter.</li> <li>Shooting Lifestyle.</li> <li>Packshot & Culinaire.</li> </ul> </div> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list"> <li>Reportage & photographie industrielle.</li> <li>Post production photo & 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-photo" class="btn btn-outline-white btn-sm strong">Découvrir notre Studio</a> <a href="/studio-photo/portfolio" class="btn btn-white btn-sm strong">Consulter notre Portfolio</a> </p> </div> </div> </div> </section> <!-- end section --> <!-- 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="" class="container color-code" data-color="black-bg"> <div class=""> <div class="row no-gutters"> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-001.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-002.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-003.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-004.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> </div> </div> </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('cakeErr673e63789058e-trace').style.display = (document.getElementById('cakeErr673e63789058e-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="cakeErr673e63789058e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e63789058e-code').style.display = (document.getElementById('cakeErr673e63789058e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e63789058e-context').style.display = (document.getElementById('cakeErr673e63789058e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673e63789058e-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="cakeErr673e63789058e-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('cakeErr673e6378909e4-trace').style.display = (document.getElementById('cakeErr673e6378909e4-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="cakeErr673e6378909e4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e6378909e4-code').style.display = (document.getElementById('cakeErr673e6378909e4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e6378909e4-context').style.display = (document.getElementById('cakeErr673e6378909e4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673e6378909e4-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="cakeErr673e6378909e4-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( 'slides' => array( (int) 0 => array( [maximum depth reached] ) ), 'blog_last' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'meta_keywords' => 'photo, 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' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'title_for_layout' => ' | 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 => 'home' 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 => 'home' 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() 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 => 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 } 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 => 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 } 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 => 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 } Post => object(Post) { displayField => 'titre' belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'posts' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'posts' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Post' alias => 'Post' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => 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) {} Postcat => object(AppModel) {} Video => object(AppModel) {} Media => object(AppModel) {} [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 } Slider => object(AppModel) { useDbConfig => 'default' useTable => 'sliders' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'sliders' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Slider' alias => 'Slider' 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 } 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' => 'home', 'named' => array(), 'pass' => array(), '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 => '' base => '' webroot => '/' here => '/' [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' => 'home', 'named' => array(), 'pass' => array(), '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 => '' base => '' webroot => '/' here => '/' [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> | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers </title> <meta name="keywords" content="photo, 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="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire."/> <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=" | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta property="og:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <meta property="og:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <meta property="og:title" content=" | 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=" | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta name="twitter:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <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"> <!-- HERO ================================================== --> <div id="hero-header" class="hero container Royal-Slider-Home bg-greydark color-code" data-color="black-bg"> <div id="Royal-Slider-Home" class="royalSlider JsBigheight fullscreen"> <div class="rsContent JsBigheight item-slider"> <div class="outter"> <div class="header-home-inner"> <div class="rsABlock" data-fade-effect="true" data-move-effect="right" data-move-offset="20" data-delay="500" data-speed="500"> <h1 class="hero-title titre-medium alt-font">Collection printemps / été 2023</h1> <p class="hero-text titre-small"> Réalisation du shooting et production pour la marque Terre de Marins. </p> <br> <p class="" style=""> <i class="icon ion-md-arrow-down text-white"></i><a href="/" class="text-white font-weight-700"></a> </p> </div> </div> <div id="" class="bg-hero-image bg-t5-r15" data-background="/medias/sliders/708A4076.jpg"></div> </div> </div> <!-- end gallery item --> </div> <div class="nav-slider"> <figure class="prev-slider"></figure> <figure class="next-slider"></figure> </div> </div> <section id="main-section" 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: 20px"> <b>Le <span class="text-white">STUDIO HV</span></b>,<br> est spécialisé dans la création<br>et la maîtrise de votre image. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <nav class="text-large font-weight-700 alt-font"> <a href="/studio-photo" class="text-white link-bt">Studio Photo.</a></br> <a href="/studio-video-digital" class="text-white link-bt">Video & Digital.</a></br> <a href="/production-photographie" class="text-white link-bt">Production.</a></br> <a href="/post-production" class="text-white link-bt">Post production.</a> </nav> <h2 class="text-small alt-font font-weight-700" style="margin-top:50px">Depuis 1996, le Studio HV est doté de directeurs artistiques, photographes, décorateurs, stylistes, make up pour la création et la production de vos photographies et de vos vidéos publicitaires et institutionnelles. </h2> </div> </div> </div> </section> <!-- 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"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 00px"> <b><span class="text-white">Le studio HV</span></b><br> est une agence créative de Photographie. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h5 class="text-small alt-font" style="margin-top:0px;"> Nous réalisons la production de shootings photographiques, films publicitaires, produits digitaux et 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. </h5> </br> <div class="row"> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list "> <li>Look Book & E-Commerce.</li> <li>Shooting mode & prêt à porter.</li> <li>Shooting Lifestyle.</li> <li>Packshot & Culinaire.</li> </ul> </div> <div class="col-12 col-sm-6 col-md-6"> <ul class="classic-list"> <li>Reportage & photographie industrielle.</li> <li>Post production photo & 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-photo" class="btn btn-outline-white btn-sm strong">Découvrir notre Studio</a> <a href="/studio-photo/portfolio" class="btn btn-white btn-sm strong">Consulter notre Portfolio</a> </p> </div> </div> </div> </section> <!-- end section --> <!-- 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="" class="container color-code" data-color="black-bg"> <div class=""> <div class="row no-gutters"> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-001.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-002.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-003.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> <!-- start counter item --> <div class="col-12 col-sm-6 col-md-3"> <img class="shadowlight" src="/medias/pages/home/hv-home-004.jpg" alt="" style="width: 100%; height: auto;"> </div> <!-- end counter item --> </div> </div> </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('cakeErr673e63789058e-trace').style.display = (document.getElementById('cakeErr673e63789058e-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="cakeErr673e63789058e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e63789058e-code').style.display = (document.getElementById('cakeErr673e63789058e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e63789058e-context').style.display = (document.getElementById('cakeErr673e63789058e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673e63789058e-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="cakeErr673e63789058e-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('cakeErr673e6378909e4-trace').style.display = (document.getElementById('cakeErr673e6378909e4-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="cakeErr673e6378909e4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e6378909e4-code').style.display = (document.getElementById('cakeErr673e6378909e4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr673e6378909e4-context').style.display = (document.getElementById('cakeErr673e6378909e4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr673e6378909e4-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="cakeErr673e6378909e4-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