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 = '5'
$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_Vol5.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol5.zip'
$filesize = (int) 145013957
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 = '5'
$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_Vol5.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol5.zip'
$filesize = (int) 145013957
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 = '5'
$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_Vol5.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol5.zip'
$filesize = (int) 145013957
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 = '5'
$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_Vol5.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol5.zip'
$filesize = (int) 145013957
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 = '5'
$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_Vol5.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol5.zip'
$filesize = (int) 145013957
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 = '5'
$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_Vol5.zip'
$path = '/usr/www/users/punkrb/ftned/app/webroot/files/compilations/Fucking_The_Nation_Every_Day_Vol5.zip'
$filesize = (int) 145013957
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 A!Coɔ5] moe ( 01 - Question The Mark - Bottoms Up!.mp3ZuXTt4
-914J"
?PCn |}]s>k9XA ,ڗ spuusst5 rpqqӵS7u~
ʪ 3fyEwg/:S/:}7tB* |<}ˇ5 0tP
зqqvuuq#B P ?ƿmf x@W ):>>n^n~n~?g[5"_@Nw ""@XQ^>SWTQNρ@ qyW6uM9_Ɵ~>D|\ͩ /*J
??&X
IErwk8 h"V ep7H(PQQPX&@D8q_܃ ? @&@B!@kh ^:&2*
6>P @EC'$""f0u
ᗃe2
h8c?"c{\:,l沤`vX1EDrdNgs#c 0U ${j4E^$ PV螗_;|D@ %RA!gX|pvۡKB M@;a~L?
G7KA!?) mHem;z|̍ýʰ,;.0b4ԩ*`FhZ71ZGƑMw6aT}TGMCU^Sy^*&G(g'L83g9sإ=
9T:墳ϝg;f+%Z{3T_jZ[,`)9jT o*vgϺ?*evɶi#i2
A_2ͱJPzkBZMƏ\sp}Y²4(F}hw[OWK5.~[:dD*Txmw.DWX{Q'>47FM'4K}Mw,Y:Q>%KA87V*.CLZHS1
оN]o"Cg[4`[q7۩ޔSh#fo_!c`4Bɓ
?6=ϳ2AeX̟},b[,%4pxOڟ9nFWRsehp"V?9o>cnxdoL-βUA7"?w6XF-en/Ue0M|!P.uc<'m
E!~y"ݛRUt3"˯Y?f3n];7qK_iyCD1E>bbI5Li? r/Xputd@0r_we>Z0}ؕ]f@vlGusXIzH](3]x_5V>?Z|+qXq%2ڿCh"
ŽNwų`#uL1ڝ1ڗ EZcHmt8
'cy_[ETUWMָ֑(uU5-q1N9tԯRD4'/5:j;%*-KX$>´8G*|i%1/*vf>c^ YH[pydTpgUTը"
^dJrf|@;mAJ\VnlQ
bϳJwYltDeb6wmth8 S5@V1;\3hUslʣZ5RhJ+Ƀ/VɮlMo|\LPm.#tZfV_fkol#"^bd_!>GLv|sdfW4lT@#OAO%+
SHpY=W|
,F^ǔ1l&$&K[$+]r䝨
H
^)7,} nj#[v!r+cxt\)F>
X8{q¹w5"QNsdNṶ]NgO8OI
Wՠ
eE)_ާiJPRR\z"\!߁]kpQZeZl!P3'7xUSwߘۼ':ExoYKN f3N
a8Q`mUKr6y]σ|o/0cVsωs1=d|yj^yXWjD}YS*yn_miԳD-]i31W
uhs> ,K|M
5Zg,,;1ʇc7u܍N=1V7I2D
i`?w@Kt|FKOq{3&chYP1ϮWȜzk5hjER0Ч Z7&m#Of1Ţ~cIWv?1O_uMu^ك;A%efno\.28YJgq99uPxZ#-ڟO;; !yBlɰYXzF/PL}sHo^0λ#5ȫ)'wO2!HZcMR)!Y^4`Oѹ#(P}ԦE]f4[#Ij.wuCTˣR&ZM"ے6`w6>83:! ?i]$5@*lIGXp_aķOuYL'-BٱpT1%3x@dArpbF'(ņ~ZD&GPɑ/>q73Y>xHF㯗r |OjjRD}K^nݼvY8nֆD.=RE?*gV8c /\qcx>LeCZgĩF~~IE/^9} Rs*QX)ŃBwOQ]BtǪll"ȫ,+Gg|ޞ:\f%J*LI(* ;U")zW oI_İ|vJBmb\k+W&G