Warning: SplFileInfo::openFile(/home/site/wwwroot/app/tmp/cache/persistent/myapp_cake_core_file_map): failed to open stream: Permission denied in /home/site/wwwroot/lib/Cake/Cache/Engine/FileEngine.php on line 314
Warning (512): SplFileInfo::openFile(/home/site/wwwroot/app/tmp/cache/persistent/myapp_cake_core_cake_dev_): failed to open stream: Permission denied [CORE/Cake/Cache/Engine/FileEngine.php, line 314]
Warning (512): SplFileInfo::openFile(/home/site/wwwroot/app/tmp/cache/persistent/myapp_cake_core_cake_dev_) [splfileinfo.openfile]: failed to open stream: Permission denied [CORE/Cake/Cache/Engine/FileEngine.php, line 314]
Warning (512): _cake_core_ cache was unable to write 'cake_dev_' to File cache [CORE/Cake/Cache/Cache.php, line 310]
Warning (2): file_put_contents(/home/site/wwwroot/app/tmp/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied [CORE/Cake/Log/Engine/FileLog.php, line 87]
Henner Rekorder: Errors

Missing Method in ArtistsController

Error: The action sitemap.xml is not defined in controller ArtistsController

Error: Create ArtistsController::sitemap.xml() in file: app/Controller/ArtistsController.php.

<?php
class ArtistsController extends AppController {


	public function sitemap.xml() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 187Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 162Dispatcher->_invoke(ArtistsController, CakeRequest, CakeResponse)
  • APP/webroot/index.php line 111Dispatcher->dispatch(CakeRequest, CakeResponse)
Warning (512): SplFileInfo::openFile(/home/site/wwwroot/app/tmp/cache/persistent/myapp_cake_core_file_map) [splfileinfo.openfile]: failed to open stream: Permission denied [CORE/Cake/Cache/Engine/FileEngine.php, line 314]
Warning (512): _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php, line 310]