Skip to content

Instantly share code, notes, and snippets.

@LubosRemplik
Created July 25, 2012 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LubosRemplik/3176160 to your computer and use it in GitHub Desktop.
Save LubosRemplik/3176160 to your computer and use it in GitHub Desktop.
if (!include(CORE_PATH . 'cake' . DS . 'bootstrap.php')) {
trigger_error("CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your " . DS . "cake core directory and your " . DS . "vendors root directory.", E_USER_ERROR);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment