Raspberry pi : CakePHP sur un serveur Pancake

Cache engine \_cake\_core\_ is not properly configured.' in /usr/local/Pancake/vhosts/default/lib/Cake/Cache/Cache.php:181 Stack trace: #0 /usr/local/Pancake/vhosts/default/lib/Cake/Cache/Cache.php(151): Cache::\_buildEngine('\_cake\_core\_') #1 /usr/local/Pancake/vhosts/default/app/Config/core.php(375): Cache::config('\_cake\_core\_', Array) #2 /usr/local/Pancake/vhosts/default/lib/Cake/Core/Configure.php

3
XMLHttpRequest cannot load ***. Invalid HTTP status code 404

cache Cache-Control: no-cache Access-Control-Request-Method: GET Origin: http://localhost:8100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36 Access-Control-Request

2
télécharger dans le navigateur

Cache-Control: no-cache, must-revalidate"); header("Cache-Control: post-check=0,pre-check=0"); header("Cache-Control: max-age=0"); header("Pragma: no-cache"); header("Expires: 0"); header("Content

2
Problème de perf REDIS

cache j'ai donc décidé de le faire avec redis pour sa réputation avec les perfs sauf que quand j'ai passé ma page en cache je ne vois pas une grande

0
PHP HttpRequest

cache-control' => 'no-cache', 'Connection' => 'keep-alive', 'accept-encoding' => 'gzip, deflate', 'Host' => 'extranet.gentel.fr', 'Postman-Token' => '698af393-21b7-4bda-914b-ada53a265fe8,66e7b19f-1bfa-4c89-b51a-3f022ff9e040', 'Cache-Control' => 'no-cache

1
Tester résolution d'un fetch avant démarrage d'un autre fetch ?

cache: "no-cache", headers: { "X-Requested-With": "XMLHttpRequest", // "Content-Type": "Application/json", }, }) .then((response) => response.json()) .then((data) => { tabContent.innerHTML = data.content; }) .catch((error) => alert("Erreur : " + error)); return reponse; }; //Chargement du premier onglet au démarrage

2
gulp & node-ass

cache = require('gulp-cache'); var minifycss = require('gulp-minify-css'); var sass = require('gulp-sass'); var browserSync = require('browser-sync'); gulp.task('browser-sync', function() { browserSync({ server: { baseDir: "./" } }); }); gulp.task('bs-reload

5
Requête Curl trop longue

Cache-Control: no-cache", ); $url="https://urldelapi.com"; $dat=array( "merchant_key"=> "7cbbb9c5", "currency"=> "OUV", "order_id"=> "ORDER052FD54", "amount"=> 50000, "return_url"=> "monsite.com?paiement=return", "cancel_url"=> "monsite.com?paiement=cancel", "notif

18
Gestion des feuilles CSS

Cache-control: public"); // Gestion du cache header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Gestion du cache : Date de dernière modification $list_css = listing_css('./css

2
PWA : "No manifest was fetched"/Pas de manifest reconnu

cache').then(function(cache) { // cache any static files that make up the application shell return cache.add('index.html'); }) ); }); // On network request self.addEventListener('fetch', function(event) { event.respondWith( // Try the cache caches.match(event.request

0