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 = '1'
$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_Vol1.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol1.zip'
$filesize = (int) 139696131
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 = '1'
$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_Vol1.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol1.zip'
$filesize = (int) 139696131
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 = '1'
$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_Vol1.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol1.zip'
$filesize = (int) 139696131
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 = '1'
$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_Vol1.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol1.zip'
$filesize = (int) 139696131
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 = '1'
$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_Vol1.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol1.zip'
$filesize = (int) 139696131
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 = '1'
$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_Vol1.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol1.zip'
$filesize = (int) 139696131
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 ` ? " Fucking_The_Nation_Every_Day_Vol1/PK ?E)> i? J Fucking_The_Nation_Every_Day_Vol1/01 - Borrachos - Ode an den Punkrock.mp3ZeP]H`p | epCp'CpYwkmWӷO{=OIGK#.p_+G NFCMh,zO]CK
dR|r@Y>?.,('ψA)߁ ??n̓0<r@!9Y/\?<,??'@D/ qE9E @N SPP)$($ )J" _]/ r N~AQדսk("JӁa`a 'DM)M8~88)M%8B~rskK^gGWA
e^-HQ'$k)5)8%DyktgEW88L¿6x,W#9:t@!:65?4>̼QݔPHȘ+dt3yJÚ0f\F+ęȔ$uH|77hyRG^cue_sDXjV6`ƣ!\oG'''=]3zbH^xwcԊVrVTWFARxcpSY^轕iE{LE܁ߠCնpbp $~ffŋOğ":@RXVSH;[s5 s
vkM5( 3ȮZƥE+`ޅd)=4,^ĝ/bsJ^/.;3JdQ)rTchڹ]q00;>`;_o{{nP<:oLx =I `]>@7K
%=?`x=w!I9$`lDtۜ.BЬu@n"3uSEhIAЮ[jSgMu狷:S{7O\a]L':x))%Tr&
[ϏwXXf7s~@*e/g=[lihOӓDȹH
E\[ Mid;IUAll;^>hY!hLbD;|9h2(\~Wru^e|H ov:W]i%jG
S;$a&3lrȌ7|G'9>ҵ~/?"OLφAtO=D=gKE]`'7(&ىpZ8i36f
uxg6
IAnqrߝk @jo;y]j"Cհ@0wpRPEyV#%>X1<{bNluHtEATci%Ƶ7^Y~ZA^e b{eV2ǰYdƴ؍[H:>Ory#[\KnZmt<Ma)r
gy
3h">^^sෆW}Q4l<>ɑɐuxK3>PWpO-wXE #|*yuT#Pʧ&JfcB3c`'
M15̠/F9&7NdIw]%%#_Z23VB&^v:q{`]Ի33|K$DIȍ_W<րUhbkyWgB [leF ]0tnMic\8ZGeI[U[:II&nBeMk7:|/?00#7l+K?K)/
יo%$!WkF=
`I-Krp5bsr='f6>W6̔GY.ΗvEonYe|gm 8Op$lMloևgt5jF&QY7}C
cyLT{$)
iN̞h r/O/ Ka1k=h+98F/rWJ=Ǫ]WE.bٜY=4{UGDhwcMDE}$*џ/9J7i.a!g8PVmtY,ڧN7%k5\VafLzZ)-A.#i+cDi>\cʎ3({'0)-1بab #"wsE/
vbNz5 UG{sh. zAOx-;c'}UK}$Z!{7(JPۂ){OJ9(ϥ5be}q
Ŕ} Rc*JbMf_,mmBqwR;ԍW@ ~4ړ5`?Ε_&M]%)8RbRԓ4/XS{U`}>2ӈ/Zn5:BQ,tCJ_~kYPtSTwd"*مуd* ?~%HO9ΫH
xAT| hn`L\sԚU$}r%ޡO1Ja?[
j92ʼxAdj|ƌCiBh?i'{^nDH@~`١\BM]_
ᚎ1=rR߰E+t'-VpuoԘڼ$5M$
fm=hp >ѥ݅RXke9 Lo9T8c˽;j``%\CS!;\/WeX2pZ{s deu V+`[WswػgNd|h66vXoբݾ(
0+5֨wr^`fb J;뽮x@ W[א)