I was able to deploy my application in Linux but i am facing one issue as mentioned below.
Warning (512):SplFileInfo::openFile(/var/www/html/tmp/cache/models/myapp_cake_model_default_email_queue):
failed to open stream: Permission denied
[CORE/src/Cache/Engine/FileEngine.php, line 391]
Warning (512):SplFileInfo::openFile(/var/www/html/tmp/cache/models/myapp_cake_model_default_email_queue)
[splfileinfo.openfile]: failed to open stream: Permission denied [CORE/src/Cache/Engine/FileEngine.php, line 391]
Warning (512):cake_model cache was unable to write 'default_email_queue' to Cake\Cache\Engine\FileEngine cache
[CORE/src/Cache/Cache.php, line 223].
I referred few links and tried all those but still in vain.
CakePHP 2.x warning SplFileInfo due to cakeshell
Any help would be appreciated.