Tag: CakePHP

  • CakePHP

    After moving CakePHP application from one server to another with different DocumentRoot, site still try to load file from OLD directory. To fix this, delete the file

    rm tmp/cache/persistent/myapp_cake_core_file_map
    

    Once deleted, this file get auto created with new paths.