Warning (2): ini_get() has been disabled for security reasons [COREcake\dispatcher.php, line 420]
Context |
Code$this = dispatcher object
$fromUrl = null
$Route = router object
$Action = "index|show|list|add|create|edit|update|remove|del|delete|new|view|item"
$Year = "[12][0-9]{3}"
$Month = "0[1-9]|1[012]"
$Day = "0[1-9]|[12][0-9]|3[01]"
$ID = "[0-9]+"
$params = array("pass" => array, "controller" => "news", "action" => "display", "plugin" => "")
include CONFIGS.'routes.php';
$params = Router::parse($fromUrl);
if (ini_get('magic_quotes_gpc') == 1) {
if (!empty($_POST)) {
ini_get - [internal], line ??
dispatcher::parseparams() - COREcake\dispatcher.php, line 420
dispatcher::dispatch() - COREcake\dispatcher.php, line 98
[main] - ROOT\\index.php, line 98
Warning (2): ini_get() has been disabled for security reasons [COREcake\dispatcher.php, line 434]
Context |
Code$this = dispatcher object
$fromUrl = null
$Route = router object
$Action = "index|show|list|add|create|edit|update|remove|del|delete|new|view|item"
$Year = "[12][0-9]{3}"
$Month = "0[1-9]|1[012]"
$Day = "0[1-9]|[12][0-9]|3[01]"
$ID = "[0-9]+"
$params = array("pass" => array, "controller" => "news", "action" => "display", "plugin" => "", "form" => array)
}
if (isset($_GET)) {
if (ini_get('magic_quotes_gpc') == 1) {
$url = stripslashes_deep($_GET);
ini_get - [internal], line ??
dispatcher::parseparams() - COREcake\dispatcher.php, line 434
dispatcher::dispatch() - COREcake\dispatcher.php, line 98
[main] - ROOT\\index.php, line 98
Warning (2): fopen() has been disabled for security reasons [COREcake\libs\file.php, line 118]
Context |
Code$this = file object
$data = "$config['Controllers']['NewsController'] = array('path' => 'd:\\hosting\\cellant\\app\\controllers\\news_controller.php', );
"
$mode = "a"
$file = "d:\hosting\cellant\app\tmp\cache\persistent\class.paths.php"
*/
function write($data, $mode = 'w') {
$file = $this->pwd();
if (!($handle = fopen($file, $mode))) {
trigger_error(sprintf(__("[File] Could not open %s with mode %s!", true), $file, $mode), E_USER_WARNING);
fopen - [internal], line ??
file::write() - COREcake\libs\file.php, line 118
file::append() - COREcake\libs\file.php, line 106
configure::__writeconfig() - COREcake\libs\configure.php, line 317
configure::store() - COREcake\libs\configure.php, line 286
loadcontroller - COREcake\basics.php, line 383
dispatcher::dispatch() - COREcake\dispatcher.php, line 111
[main] - ROOT\\index.php, line 98
Warning (2): fopen() has been disabled for security reasons [COREcake\libs\i18n.php, line 340]
Context |
Code$this = i18n object
$domain = null
$directory = "d:\hosting\cellant\app\locale"
$_this = i18n object
$searchPath = array(0 => "d:\hosting\cellant\app\locale", 1 => "d:\hosting\cellant\libs\\cake\locale")
$lang = "eng"
$file = "d:\hosting\cellant\app\locale\eng\LC_MESSAGES\"
$default = "d:\hosting\cellant\app\locale\eng\LC_MESSAGES\default"
$core = "d:\hosting\cellant\libs\\cake\locale\eng\LC_MESSAGES\core"
$fn = "d:\hosting\cellant\libs\\cake\locale\eng\LC_MESSAGES\core.mo"
$_this->__loadPo($f, $domain);
$_this->__noLocale = false;
break 2;
} elseif (file_exists($fn = "$core.mo") && ($f = fopen($fn, "rb"))) {
$_this->__loadMo($f, $domain);
fopen - [internal], line ??
i18n::__bindtextdomain() - COREcake\libs\i18n.php, line 340
i18n::translate() - COREcake\libs\i18n.php, line 136
__ - COREcake\basics.php, line 1261
file::write() - COREcake\libs\file.php, line 119
file::append() - COREcake\libs\file.php, line 106
configure::__writeconfig() - COREcake\libs\configure.php, line 317
configure::store() - COREcake\libs\configure.php, line 286
loadcontroller - COREcake\basics.php, line 383
dispatcher::dispatch() - COREcake\dispatcher.php, line 111
[main] - ROOT\\index.php, line 98
Warning (2): fopen() has been disabled for security reasons [COREcake\libs\i18n.php, line 344]
Context |
Code$this = i18n object
$domain = null
$directory = "d:\hosting\cellant\app\locale"
$_this = i18n object
$searchPath = array(0 => "d:\hosting\cellant\app\locale", 1 => "d:\hosting\cellant\libs\\cake\locale")
$lang = "eng"
$file = "d:\hosting\cellant\app\locale\eng\LC_MESSAGES\"
$default = "d:\hosting\cellant\app\locale\eng\LC_MESSAGES\default"
$core = "d:\hosting\cellant\libs\\cake\locale\eng\LC_MESSAGES\core"
$fn = "d:\hosting\cellant\libs\\cake\locale\eng\LC_MESSAGES\core.po"
$f = null
$_this->__loadMo($f, $domain);
$_this->__noLocale = false;
break 2;
} elseif (file_exists($fn = "$core.po") && ($f = fopen($fn, "r"))) {
$_this->__loadPo($f, $domain);
fopen - [internal], line ??
i18n::__bindtextdomain() - COREcake\libs\i18n.php, line 344
i18n::translate() - COREcake\libs\i18n.php, line 136
__ - COREcake\basics.php, line 1261
file::write() - COREcake\libs\file.php, line 119
file::append() - COREcake\libs\file.php, line 106
configure::__writeconfig() - COREcake\libs\configure.php, line 317
configure::store() - COREcake\libs\configure.php, line 286
loadcontroller - COREcake\basics.php, line 383
dispatcher::dispatch() - COREcake\dispatcher.php, line 111
[main] - ROOT\\index.php, line 98
Warning (512): [File] Could not open d:\hosting\cellant\app\tmp\cache\persistent\class.paths.php with mode a! [COREcake\libs\file.php, line 119]
Context |
Code$this = file object
$data = "$config['Controllers']['NewsController'] = array('path' => 'd:\\hosting\\cellant\\app\\controllers\\news_controller.php', );
"
$mode = "a"
$file = "d:\hosting\cellant\app\tmp\cache\persistent\class.paths.php"
$handle = null
function write($data, $mode = 'w') {
$file = $this->pwd();
if (!($handle = fopen($file, $mode))) {
trigger_error(sprintf(__("[File] Could not open %s with mode %s!", true), $file, $mode), E_USER_WARNING);
return false;
file::write() - COREcake\libs\file.php, line 119
file::append() - COREcake\libs\file.php, line 106
configure::__writeconfig() - COREcake\libs\configure.php, line 317
configure::store() - COREcake\libs\configure.php, line 286
loadcontroller - COREcake\basics.php, line 383
dispatcher::dispatch() - COREcake\dispatcher.php, line 111
[main] - ROOT\\index.php, line 98
Warning (2): loadcomponent() [function.loadcomponent]: Unable to access c:\/home/content/c/e/l/cellantennapl/html/libs//cake/libs/controller/components/session.php [COREcake\basics.php, line 556]
Context |
Code$name = "session"
$className = "SessionComponent"
$components = array("EmailcomComponent" => array, "Core" => array)
require($components[$className]['path']);
return true;
} elseif (isset($components['Core']) && array_key_exists($className, $components['Core'])) {
require($components['Core'][$className]['path']);
return true;
loadcomponent - [internal], line ??
loadcomponent - COREcake\basics.php, line 556
component::_loadcomponents() - COREcake\libs\controller\component.php, line 106
component::init() - COREcake\libs\controller\component.php, line 65
newscontroller::_initcomponents() - COREcake\libs\controller\controller.php, line 334
dispatcher::dispatch() - COREcake\dispatcher.php, line 304
[main] - ROOT\\index.php, line 98
Warning (2): loadcomponent(/home/content/c/e/l/cellantennapl/html/libs//cake/libs/controller/components/session.php) [function.loadcomponent]: failed to open stream: No error [COREcake\basics.php, line 556]
Context |
Code$name = "session"
$className = "SessionComponent"
$components = array("EmailcomComponent" => array, "Core" => array)
require($components[$className]['path']);
return true;
} elseif (isset($components['Core']) && array_key_exists($className, $components['Core'])) {
require($components['Core'][$className]['path']);
return true;
loadcomponent - [internal], line ??
loadcomponent - COREcake\basics.php, line 556
component::_loadcomponents() - COREcake\libs\controller\component.php, line 106
component::init() - COREcake\libs\controller\component.php, line 65
newscontroller::_initcomponents() - COREcake\libs\controller\controller.php, line 334
dispatcher::dispatch() - COREcake\dispatcher.php, line 304
[main] - ROOT\\index.php, line 98