MODPATH/image/classes/kohana/image.php [ 606 ]
601
602 if (is_file($file))
603 {
604 if ( ! is_writable($file))
605 {
606 throw new Kohana_Exception('File must be writable: :file',
607 array(':file' => Debug::path($file)));
608 }
609 }
610 else
611 {
APPPATH/classes/model/upload.php [ 7 ] » Kohana_Image->save(arguments)
APPPATH/classes/controller/index/player.php [ 319 ] » Model_Upload->save(arguments)
{PHP internal call} » Controller_Index_Player->action_photo()
SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
DOCROOT/index.php [ 9 ] » Kohana_Request->execute()