Jump to content

Warning: Failed to open stream: No such file or directory in Kernel->handle(object(Request), 1, false) at /home/.../index.php (line 84)


Recommended Posts

Bonjour 

En lançant une MAJ du module colissimo, mon site PS 8.2 s'est bloqué, y compris après tentative de restauration de la BDD 

Pourriez vous m'aider à en identifier la cause et redémarrer mon site marchand.

merci

Kernel->handle(object(Request), 1, false)
in /home/vertnatu/www/..../index.php (line 84)

$catch = strpos($request->getRequestUri(), Api::API_BASE_PATH) !== false;
try {   
require_once __DIR__.'/../autoload.php';  
$response = $kernel->handle($request, HttpKernelInterface::MASTER_REQUEST, $catch);  
$response->send();  
$kernel->terminate($request, $response);} catch (NotFoundHttpException $exception) {    define('ADMIN_LEGACY_CONTEXT', true);   
// correct Apache charset (except if it's too late)

 

Link to comment
Share on other sites

Merci pour cette belle idée, toutefois comment puis-je procéder pour ce faire, sachant que je ne peux plus me connecter au BO.

Puis-je opérer par ex depuis mon accès ftp à quelque manip pour désactiver le module concerné ..?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...