Jump to content

Error missing file (/cache/smarty/compile/index.php, /override/controllers/front/index.php)


Recommended Posts

Hi,

Im using PS 1.6.0.13. Have the error show below.

Please can anyone can help?

Required parameters Please fix the following error(s)

  • Some PrestaShop files are missing from your server.
    (/cache/smarty/compile/index.php, /override/controllers/front/index.php)

Thank you.

Link to comment
Share on other sites

hi, recreate these index.php files and place it in the asked folders

 

here is the content of these index.php files:

<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");


header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");


header("Location: ../");
exit;
  • Thanks 1
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...