Strict (2048): Declaration of AppModel::beforeSave() should be compatible with Model::beforeSave($options = Array) [APP/Model/AppModel.php, line 6]Code Context if (file_exists($file)) {
self::_map($file, $className, $plugin);
return include $file;
$className = 'AppModel'
$parts = array(
(int) 0 => 'Model'
)
$plugin = null
$package = 'Model'
$file = '/usr/www/users/punkrb/ftned/app/Model/AppModel.php'
$paths = array(
(int) 0 => '/usr/www/users/punkrb/ftned/app/Model/',
(int) 1 => '/usr/www/users/punkrb/ftned/app/Lib/Model/',
(int) 2 => '/usr/www/users/punkrb/ftned/app/Model/',
(int) 3 => '/usr/www/users/punkrb/ftned/lib/Cake/Model/'
)
$appLibs = '/usr/www/users/punkrb/ftned/app/Lib/'
$normalizedClassName = 'AppModel'
$path = '/usr/www/users/punkrb/ftned/app/Model/'
include - APP/Model/AppModel.php, line 6
App::load() - CORE/Cake/Core/App.php, line 560
spl_autoload_call - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 174
Controller::loadModel() - CORE/Cake/Controller/Controller.php, line 734
Controller::__isset() - CORE/Cake/Controller/Controller.php, line 366
Controller::__get() - CORE/Cake/Controller/Controller.php, line 404
CompilationsController::setPhrases() - APP/Controller/CompilationsController.php, line 74
CompilationsController::beforeFilter() - APP/Controller/CompilationsController.php, line 7
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 670
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 183
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Strict (2048): Declaration of AppModel::beforeValidate() should be compatible with Model::beforeValidate($options = Array) [APP/Model/AppModel.php, line 6]Code Context if (file_exists($file)) {
self::_map($file, $className, $plugin);
return include $file;
$className = 'AppModel'
$parts = array(
(int) 0 => 'Model'
)
$plugin = null
$package = 'Model'
$file = '/usr/www/users/punkrb/ftned/app/Model/AppModel.php'
$paths = array(
(int) 0 => '/usr/www/users/punkrb/ftned/app/Model/',
(int) 1 => '/usr/www/users/punkrb/ftned/app/Lib/Model/',
(int) 2 => '/usr/www/users/punkrb/ftned/app/Model/',
(int) 3 => '/usr/www/users/punkrb/ftned/lib/Cake/Model/'
)
$appLibs = '/usr/www/users/punkrb/ftned/app/Lib/'
$normalizedClassName = 'AppModel'
$path = '/usr/www/users/punkrb/ftned/app/Model/'
include - APP/Model/AppModel.php, line 6
App::load() - CORE/Cake/Core/App.php, line 560
spl_autoload_call - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 174
Controller::loadModel() - CORE/Cake/Controller/Controller.php, line 734
Controller::__isset() - CORE/Cake/Controller/Controller.php, line 366
Controller::__get() - CORE/Cake/Controller/Controller.php, line 404
CompilationsController::setPhrases() - APP/Controller/CompilationsController.php, line 74
CompilationsController::beforeFilter() - APP/Controller/CompilationsController.php, line 7
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 670
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 183
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/www/users/punkrb/ftned/lib/Cake/Utility/Debugger.php:764) [APP/Controller/CompilationsController.php, line 145]Code Context ini_set('memory_limit', round($filesize * 1.2 ));
header('Content-type: application/zip');
$id = '6'
$details = array(
'Compilation' => array(
[maximum depth reached]
),
'CompilationSong' => array(
[maximum depth reached]
),
'CompilationDownload' => array(
[maximum depth reached]
),
'CompilationCredit' => array(
[maximum depth reached]
)
)
$filename = 'Fucking_The_Nation_Every_Day_Vol6.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol6.zip'
$filesize = (int) 186777380
header - [internal], line ??
CompilationsController::download() - APP/Controller/CompilationsController.php, line 145
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/www/users/punkrb/ftned/lib/Cake/Utility/Debugger.php:764) [APP/Controller/CompilationsController.php, line 146]Code Context
header('Content-type: application/zip');
header('Content-length: ' . $filesize);
$id = '6'
$details = array(
'Compilation' => array(
[maximum depth reached]
),
'CompilationSong' => array(
[maximum depth reached]
),
'CompilationDownload' => array(
[maximum depth reached]
),
'CompilationCredit' => array(
[maximum depth reached]
)
)
$filename = 'Fucking_The_Nation_Every_Day_Vol6.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol6.zip'
$filesize = (int) 186777380
header - [internal], line ??
CompilationsController::download() - APP/Controller/CompilationsController.php, line 146
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/www/users/punkrb/ftned/lib/Cake/Utility/Debugger.php:764) [APP/Controller/CompilationsController.php, line 147]Code Context header('Content-type: application/zip');
header('Content-length: ' . $filesize);
header('Content-Disposition: filename="' . $filename);
$id = '6'
$details = array(
'Compilation' => array(
[maximum depth reached]
),
'CompilationSong' => array(
[maximum depth reached]
),
'CompilationDownload' => array(
[maximum depth reached]
),
'CompilationCredit' => array(
[maximum depth reached]
)
)
$filename = 'Fucking_The_Nation_Every_Day_Vol6.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol6.zip'
$filesize = (int) 186777380
header - [internal], line ??
CompilationsController::download() - APP/Controller/CompilationsController.php, line 147
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/www/users/punkrb/ftned/lib/Cake/Utility/Debugger.php:764) [APP/Controller/CompilationsController.php, line 148]Code Context header('Content-length: ' . $filesize);
header('Content-Disposition: filename="' . $filename);
header('X-Pad: avoid browser bug');
$id = '6'
$details = array(
'Compilation' => array(
[maximum depth reached]
),
'CompilationSong' => array(
[maximum depth reached]
),
'CompilationDownload' => array(
[maximum depth reached]
),
'CompilationCredit' => array(
[maximum depth reached]
)
)
$filename = 'Fucking_The_Nation_Every_Day_Vol6.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol6.zip'
$filesize = (int) 186777380
header - [internal], line ??
CompilationsController::download() - APP/Controller/CompilationsController.php, line 148
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/www/users/punkrb/ftned/lib/Cake/Utility/Debugger.php:764) [APP/Controller/CompilationsController.php, line 149]Code Context header('Content-Disposition: filename="' . $filename);
header('X-Pad: avoid browser bug');
header('Cache-Control: no-cache');
$id = '6'
$details = array(
'Compilation' => array(
[maximum depth reached]
),
'CompilationSong' => array(
[maximum depth reached]
),
'CompilationDownload' => array(
[maximum depth reached]
),
'CompilationCredit' => array(
[maximum depth reached]
)
)
$filename = 'Fucking_The_Nation_Every_Day_Vol6.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol6.zip'
$filesize = (int) 186777380
header - [internal], line ??
CompilationsController::download() - APP/Controller/CompilationsController.php, line 149
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/www/users/punkrb/ftned/lib/Cake/Utility/Debugger.php:764) [APP/Controller/CompilationsController.php, line 150]Code Context header('X-Pad: avoid browser bug');
header('Cache-Control: no-cache');
header("Content-Transfer-Encoding: binary");
$id = '6'
$details = array(
'Compilation' => array(
[maximum depth reached]
),
'CompilationSong' => array(
[maximum depth reached]
),
'CompilationDownload' => array(
[maximum depth reached]
),
'CompilationCredit' => array(
[maximum depth reached]
)
)
$filename = 'Fucking_The_Nation_Every_Day_Vol6.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol6.zip'
$filesize = (int) 186777380
header - [internal], line ??
CompilationsController::download() - APP/Controller/CompilationsController.php, line 150
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
PK DkC 4 01 - Respirators - Pissing Yourself To Stay Warm.mp3ڻJA#QQ|ΐBʘD⨤\t%ݬ·'O'`y;0fgu% N|6a]dK"IgK.؝qw$";a*Նo_~a1fL|s8-<>9E8>f~ح~X8Mhf/EV* Wr-aWl#axrY>p֫/?qDQ0(@#
hD8 (G4`QF#
Јq