SurgeryXchange

Log In ×
OR
SurgeryXchange - If you are told you need a surgery, you need us
Logo
  • Call Us: +91-7676045678
  • Login

Missing Database Connection

Error: A Database connection using "Mysql" was missing or unable to connect.
The database server returned this error: SQLSTATE[HY000] [2002] No such file or directory

Notice: If you want to customize this error message, create app/View/Errors/missing_connection.ctp

Stack Trace

  • CORE/Cake/Model/Datasource/DboSource.php line 267 → Mysql->connect()
                ));
            }
            if ($autoConnect) {
                $this->connect();
            }
  • CORE/Cake/Model/ConnectionManager.php line 105 → DboSource->__construct(array)
                    'message' => 'Datasource is not found in Model/Datasource package.'
                ));
            }
            static::$_dataSources[$name] = new $class(static::$config->{$name});
            static::$_dataSources[$name]->configKeyName = $name;
    array(
    	'password' => '*****',
    	'login' => '*****',
    	'host' => '*****',
    	'database' => '*****',
    	'datasource' => 'Database/Mysql',
    	'persistent' => false,
    	'prefix' => ''
    )
  • CORE/Cake/Model/Model.php line 3633 → ConnectionManager::getDataSource(string)
                $this->useDbConfig = $dataSource;
            }
    
            $db = ConnectionManager::getDataSource($this->useDbConfig);
            if (!empty($oldConfig) && isset($db->config['prefix'])) {
    'default'
  • CORE/Cake/Model/Model.php line 1162 → Model->setDataSource(string)
     * @return void
     */
        public function setSource($tableName) {
            $this->setDataSource($this->useDbConfig);
            $db = ConnectionManager::getDataSource($this->useDbConfig);
    'default'
  • CORE/Cake/Model/Model.php line 3660 → Model->setSource(string)
        public function getDataSource() {
            if (!$this->_sourceConfigured && $this->useTable !== false) {
                $this->_sourceConfigured = true;
                $this->setSource($this->useTable);
            }
    'users'
  • CORE/Cake/Model/Model.php line 1394 → Model->getDataSource()
     */
        public function schema($field = false) {
            if ($this->useTable !== false && (!is_array($this->_schema) || $field === true)) {
                $db = $this->getDataSource();
                $db->cacheSources = ($this->cacheSources && $db->cacheSources);
  • CORE/Cake/View/Helper/FormHelper.php line 215 → Model->schema()
    
            if ($key === 'fields') {
                if (!isset($this->fieldset[$model]['fields'])) {
                    $this->fieldset[$model]['fields'] = $object->schema();
                    foreach ($object->hasAndBelongsToMany as $alias => $assocData) {
  • CORE/Cake/View/Helper/FormHelper.php line 480 → FormHelper->_introspectModel(string, string)
    
            if ($model !== false) {
                $this->setEntity($model, true);
                $this->_introspectModel($model, 'fields');
            }
    'User'
    'fields'
  • APP/View/Users/login.ctp line 112 → FormHelper->create(string, array)
                             <?php echo $this->Session->flash(); ?>
                        </div>
                        <div class="panel-body" style="padding-top: 0px !important">
                        <?php echo $this->Form->create('User', array('role' => 'form', 'class' => 'form-horizontal', 'novalidate' => true)); ?>
                            <div class="form-group">
    'User'
    array(
    	'role' => 'form',
    	'class' => 'form-horizontal',
    	'novalidate' => true,
    	'id' => 'UserLoginForm'
    )
  • CORE/Cake/View/View.php line 971 → include(string)
            extract($dataForView);
            ob_start();
    
            include $this->__viewFile;
    
    '/var/www/surgeryappadmin/app/View/Users/login.ctp'
  • CORE/Cake/View/View.php line 933 → View->_evaluate(string, array)
            $beforeEvent = new CakeEvent('View.beforeRenderFile', $this, array($viewFile));
    
            $eventManager->dispatch($beforeEvent);
            $content = $this->_evaluate($viewFile, $data);
    
    '/var/www/surgeryappadmin/app/View/Users/login.ctp'
    array(
    	'organization' => array()
    )
  • CORE/Cake/View/View.php line 473 → View->_render(string)
            if ($view !== false && $viewFileName = $this->_getViewFileName($view)) {
                $this->_currentType = static::TYPE_VIEW;
                $this->getEventManager()->dispatch(new CakeEvent('View.beforeRender', $this, array($viewFileName)));
                $this->Blocks->set('content', $this->_render($viewFileName));
                $this->getEventManager()->dispatch(new CakeEvent('View.afterRender', $this, array($viewFileName)));
    '/var/www/surgeryappadmin/app/View/Users/login.ctp'
  • CORE/Cake/Controller/Controller.php line 963 → View->render(null, null)
            }
    
            $this->autoRender = false;
            $this->response->body($this->View->render($view, $layout));
            return $this->response;
    null
    null
  • CORE/Cake/Routing/Dispatcher.php line 200 → Controller->render()
            }
    
            if ($render && $controller->autoRender) {
                $response = $controller->render();
            } elseif (!($result instanceof CakeResponse) && $response->body() === null) {
  • CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(UsersController, CakeRequest)
                ));
            }
    
            $response = $this->_invoke($controller, $request);
            if (isset($request->params['return'])) {
    object(UsersController) {
    	components => array(
    		'Acl' => null,
    		'Session' => null,
    		'Auth' => array(
    			'loginRedirect' => array(
    				[maximum depth reached]
    			),
    			'logoutRedirect' => array(
    				[maximum depth reached]
    			),
    			'authenticate' => array(
    				[maximum depth reached]
    			),
    			'authorize' => array(
    				[maximum depth reached]
    			)
    		),
    		'Paginator' => null
    	)
    	name => 'Users'
    	uses => array(
    		(int) 0 => 'User',
    		(int) 1 => 'Comment',
    		(int) 2 => 'SurgeryRequest',
    		(int) 3 => 'Organization',
    		(int) 4 => 'Patient'
    	)
    	helpers => array()
    	request => object(CakeRequest) {
    		params => array(
    			[maximum depth reached]
    		)
    		data => array([maximum depth reached])
    		query => array([maximum depth reached])
    		url => 'users/login'
    		base => ''
    		webroot => '/'
    		here => '/users/login'
    		[protected] _detectors => array(
    			[maximum depth reached]
    		)
    		[protected] _input => ''
    	}
    	response => object(CakeResponse) {
    		[protected] _statusCodes => array(
    			[maximum depth reached]
    		)
    		[protected] _mimeTypes => array(
    			[maximum depth reached]
    		)
    		[protected] _protocol => 'HTTP/1.1'
    		[protected] _status => (int) 200
    		[protected] _contentType => 'text/html'
    		[protected] _headers => array([maximum depth reached])
    		[protected] _body => null
    		[protected] _file => null
    		[protected] _fileRange => null
    		[protected] _charset => 'UTF-8'
    		[protected] _cacheDirectives => array([maximum depth reached])
    		[protected] _cookies => array([maximum depth reached])
    	}
    	viewPath => 'Users'
    	layoutPath => null
    	viewVars => array(
    		'organization' => array()
    	)
    	view => 'login'
    	layout => 'modal1'
    	autoRender => false
    	autoLayout => true
    	Components => object(ComponentCollection) {
    		defaultPriority => (int) 10
    		[protected] _Controller => object(UsersController) {}
    		[protected] _enabled => array(
    			[maximum depth reached]
    		)
    		[protected] _loaded => array(
    			[maximum depth reached]
    		)
    	}
    	viewClass => 'View'
    	View => object(View) {
    		Helpers => object(HelperCollection) {}
    		Blocks => object(ViewBlock) {}
    		plugin => null
    		name => 'Users'
    		passedArgs => array([maximum depth reached])
    		helpers => array([maximum depth reached])
    		viewPath => 'Users'
    		viewVars => array(
    			[maximum depth reached]
    		)
    		view => 'login'
    		layout => 'modal1'
    		layoutPath => null
    		autoLayout => true
    		ext => '.ctp'
    		subDir => null
    		theme => null
    		cacheAction => false
    		validationErrors => array(
    			[maximum depth reached]
    		)
    		hasRendered => false
    		uuids => array([maximum depth reached])
    		request => object(CakeRequest) {}
    		response => object(CakeResponse) {}
    		elementCache => 'default'
    		elementCacheSettings => array([maximum depth reached])
    		__viewFile => '/var/www/surgeryappadmin/app/View/Users/login.ctp'
    		Session => object(SessionHelper) {}
    		Form => object(FormHelper) {}
    		[protected] _passedVars => array(
    			[maximum depth reached]
    		)
    		[protected] _scripts => array([maximum depth reached])
    		[protected] _paths => array(
    			[maximum depth reached]
    		)
    		[protected] _pathsForPlugin => array([maximum depth reached])
    		[protected] _parents => array([maximum depth reached])
    		[protected] _current => '/var/www/surgeryappadmin/app/View/Users/login.ctp'
    		[protected] _currentType => 'view'
    		[protected] _stack => array([maximum depth reached])
    		[protected] _eventManager => object(CakeEventManager) {}
    		[protected] _eventManagerConfigured => true
    	}
    	ext => '.ctp'
    	plugin => null
    	cacheAction => false
    	passedArgs => array()
    	scaffold => false
    	methods => array(
    		(int) 1 => 'search',
    		(int) 2 => 'mobile_number',
    		(int) 3 => 'google_register',
    		(int) 4 => 'facebook_register',
    		(int) 5 => 'index',
    		(int) 6 => 'login',
    		(int) 7 => 'logout',
    		(int) 8 => 'view',
    		(int) 9 => 'add',
    		(int) 10 => 'edit',
    		(int) 11 => 'delete',
    		(int) 12 => 'forgotpassword',
    		(int) 13 => 'changepassword',
    		(int) 14 => 'change_no',
    		(int) 15 => 'otp',
    		(int) 16 => 'select_email',
    		(int) 17 => 'forgot_otp',
    		(int) 18 => 'updatepassword',
    		(int) 19 => 'resend_forgot_otp',
    		(int) 20 => 'resend_otp',
    		(int) 21 => 'validate_member',
    		(int) 22 => 'verify_code',
    		(int) 23 => 'updatenumber',
    		(int) 24 => 'sadmin',
    		(int) 25 => 'email_config',
    		(int) 26 => 'deleting',
    		(int) 27 => 'bloguseradd',
    		(int) 28 => 'bloguserlist',
    		(int) 30 => 'isAuthorized',
    		(int) 31 => 'resend_otp_sms',
    		(int) 32 => 'otp_sms_configuration',
    		(int) 33 => 'url_configuration',
    		(int) 34 => 'sms_config',
    		(int) 35 => 'send_sms',
    		(int) 36 => 'send_notification',
    		(int) 37 => 'getEmailConfig',
    		(int) 38 => 'small_url'
    	)
    	modelClass => 'User'
    	modelKey => 'user'
    	validationErrors => null
    	Acl => object(AclComponent) {
    		Aro => object(Aro) {}
    		Aco => object(Aco) {}
    		settings => array([maximum depth reached])
    		components => array([maximum depth reached])
    		[protected] _Instance => object(DbAcl) {}
    		[protected] _Collection => object(ComponentCollection) {}
    		[protected] _componentMap => array([maximum depth reached])
    	}
    	Session => object(SessionComponent) {
    		settings => array([maximum depth reached])
    		components => array([maximum depth reached])
    		[protected] _Collection => object(ComponentCollection) {}
    		[protected] _componentMap => array([maximum depth reached])
    	}
    	Auth => object(AuthComponent) {
    		components => array(
    			[maximum depth reached]
    		)
    		authenticate => array(
    			[maximum depth reached]
    		)
    		authorize => array(
    			[maximum depth reached]
    		)
    		ajaxLogin => null
    		flash => array(
    			[maximum depth reached]
    		)
    		loginAction => array(
    			[maximum depth reached]
    		)
    		loginRedirect => array(
    			[maximum depth reached]
    		)
    		logoutRedirect => array(
    			[maximum depth reached]
    		)
    		authError => 'You are not authorized to access that location.'
    		unauthorizedRedirect => true
    		allowedActions => array(
    			[maximum depth reached]
    		)
    		request => object(CakeRequest) {}
    		response => object(CakeResponse) {}
    		settings => array(
    			[maximum depth reached]
    		)
    		autoRedirect => false
    		[protected] _authenticateObjects => array([maximum depth reached])
    		[protected] _authorizeObjects => array([maximum depth reached])
    		[protected] _user => array([maximum depth reached])
    		[protected] _methods => array(
    			[maximum depth reached]
    		)
    		[protected] _Collection => object(ComponentCollection) {}
    		[protected] _componentMap => array(
    			[maximum depth reached]
    		)
    	}
    	Paginator => object(PaginatorComponent) {
    		settings => array(
    			[maximum depth reached]
    		)
    		whitelist => array(
    			[maximum depth reached]
    		)
    		components => array([maximum depth reached])
    		Controller => object(UsersController) {}
    		[protected] _Collection => object(ComponentCollection) {}
    		[protected] _componentMap => array([maximum depth reached])
    	}
    	User => object(User) {
    		belongsTo => array(
    			[maximum depth reached]
    		)
    		actsAs => array(
    			[maximum depth reached]
    		)
    		validate => array(
    			[maximum depth reached]
    		)
    		useDbConfig => 'default'
    		useTable => 'users'
    		id => null
    		data => array([maximum depth reached])
    		schemaName => null
    		table => 'users'
    		primaryKey => 'id'
    		validationErrors => array([maximum depth reached])
    		validationDomain => null
    		plugin => null
    		name => 'User'
    		alias => 'User'
    		tableToModel => array(
    			[maximum depth reached]
    		)
    		cacheQueries => false
    		hasOne => array([maximum depth reached])
    		hasMany => array([maximum depth reached])
    		hasAndBelongsToMany => array([maximum depth reached])
    		Behaviors => object(BehaviorCollection) {}
    		whitelist => array([maximum depth reached])
    		cacheSources => true
    		findQueryType => null
    		recursive => (int) 1
    		order => null
    		virtualFields => array([maximum depth reached])
    		__backAssociation => array([maximum depth reached])
    		__backInnerAssociation => array([maximum depth reached])
    		__backOriginalAssociation => array([maximum depth reached])
    		__backContainableAssociation => array([maximum depth reached])
    		__safeUpdateMode => false
    		useConsistentAfterFind => true
    		findMethods => array(
    			[maximum depth reached]
    		)
    		Aro => object(Aro) {}
    		[protected] _schema => null
    		[protected] _associationKeys => array(
    			[maximum depth reached]
    		)
    		[protected] _associations => array(
    			[maximum depth reached]
    		)
    		[protected] _insertID => null
    		[protected] _sourceConfigured => true
    		[protected] _eventManager => null
    		[protected] _validator => null
    	}
    	Comment => object(Comment) {
    		validate => array(
    			[maximum depth reached]
    		)
    		belongsTo => array(
    			[maximum depth reached]
    		)
    		hasMany => array(
    			[maximum depth reached]
    		)
    		useDbConfig => 'default'
    		useTable => 'comments'
    		id => null
    		data => array([maximum depth reached])
    		schemaName => null
    		table => 'comments'
    		primaryKey => 'id'
    		validationErrors => array([maximum depth reached])
    		validationDomain => null
    		plugin => null
    		name => 'Comment'
    		alias => 'Comment'
    		tableToModel => array(
    			[maximum depth reached]
    		)
    		cacheQueries => false
    		hasOne => array([maximum depth reached])
    		hasAndBelongsToMany => array([maximum depth reached])
    		actsAs => null
    		Behaviors => object(BehaviorCollection) {}
    		whitelist => array([maximum depth reached])
    		cacheSources => true
    		findQueryType => null
    		recursive => (int) 1
    		order => null
    		virtualFields => array([maximum depth reached])
    		__backAssociation => array([maximum depth reached])
    		__backInnerAssociation => array([maximum depth reached])
    		__backOriginalAssociation => array([maximum depth reached])
    		__backContainableAssociation => array([maximum depth reached])
    		__safeUpdateMode => false
    		useConsistentAfterFind => true
    		findMethods => array(
    			[maximum depth reached]
    		)
    		[protected] _schema => null
    		[protected] _associationKeys => array(
    			[maximum depth reached]
    		)
    		[protected] _associations => array(
    			[maximum depth reached]
    		)
    		[protected] _insertID => null
    		[protected] _sourceConfigured => false
    		[protected] _eventManager => null
    		[protected] _validator => null
    	}
    	SurgeryRequest => object(SurgeryRequest) {
    		validate => array(
    			[maximum depth reached]
    		)
    		belongsTo => array(
    			[maximum depth reached]
    		)
    		hasMany => array(
    			[maximum depth reached]
    		)
    		useDbConfig => 'default'
    		useTable => 'surgery_requests'
    		id => null
    		data => array([maximum depth reached])
    		schemaName => null
    		table => 'surgery_requests'
    		primaryKey => 'id'
    		validationErrors => array([maximum depth reached])
    		validationDomain => null
    		plugin => null
    		name => 'SurgeryRequest'
    		alias => 'SurgeryRequest'
    		tableToModel => array(
    			[maximum depth reached]
    		)
    		cacheQueries => false
    		hasOne => array([maximum depth reached])
    		hasAndBelongsToMany => array([maximum depth reached])
    		actsAs => null
    		Behaviors => object(BehaviorCollection) {}
    		whitelist => array([maximum depth reached])
    		cacheSources => true
    		findQueryType => null
    		recursive => (int) 1
    		order => null
    		virtualFields => array([maximum depth reached])
    		__backAssociation => array([maximum depth reached])
    		__backInnerAssociation => array([maximum depth reached])
    		__backOriginalAssociation => array([maximum depth reached])
    		__backContainableAssociation => array([maximum depth reached])
    		__safeUpdateMode => false
    		useConsistentAfterFind => true
    		findMethods => array(
    			[maximum depth reached]
    		)
    		[protected] _schema => null
    		[protected] _associationKeys => array(
    			[maximum depth reached]
    		)
    		[protected] _associations => array(
    			[maximum depth reached]
    		)
    		[protected] _insertID => null
    		[protected] _sourceConfigured => false
    		[protected] _eventManager => null
    		[protected] _validator => null
    	}
    	Organization => object(Organization) {
    		displayField => 'organization_name'
    		validate => array(
    			[maximum depth reached]
    		)
    		belongsTo => array(
    			[maximum depth reached]
    		)
    		useDbConfig => 'default'
    		useTable => 'organizations'
    		id => null
    		data => array([maximum depth reached])
    		schemaName => null
    		table => 'organizations'
    		primaryKey => 'id'
    		validationErrors => array([maximum depth reached])
    		validationDomain => null
    		plugin => null
    		name => 'Organization'
    		alias => 'Organization'
    		tableToModel => array(
    			[maximum depth reached]
    		)
    		cacheQueries => false
    		hasOne => array([maximum depth reached])
    		hasMany => array([maximum depth reached])
    		hasAndBelongsToMany => array([maximum depth reached])
    		actsAs => null
    		Behaviors => object(BehaviorCollection) {}
    		whitelist => array([maximum depth reached])
    		cacheSources => true
    		findQueryType => null
    		recursive => (int) 1
    		order => null
    		virtualFields => array([maximum depth reached])
    		__backAssociation => array([maximum depth reached])
    		__backInnerAssociation => array([maximum depth reached])
    		__backOriginalAssociation => array([maximum depth reached])
    		__backContainableAssociation => array([maximum depth reached])
    		__safeUpdateMode => false
    		useConsistentAfterFind => true
    		findMethods => array(
    			[maximum depth reached]
    		)
    		[protected] _schema => null
    		[protected] _associationKeys => array(
    			[maximum depth reached]
    		)
    		[protected] _associations => array(
    			[maximum depth reached]
    		)
    		[protected] _insertID => null
    		[protected] _sourceConfigured => false
    		[protected] _eventManager => null
    		[protected] _validator => null
    	}
    	Patient => object(Patient) {
    		actsAs => array(
    			[maximum depth reached]
    		)
    		hasAndBelongsToMany => array(
    			[maximum depth reached]
    		)
    		hasMany => array(
    			[maximum depth reached]
    		)
    		validate => array(
    			[maximum depth reached]
    		)
    		belongsTo => array(
    			[maximum depth reached]
    		)
    		useDbConfig => 'default'
    		useTable => 'patients'
    		id => null
    		data => array([maximum depth reached])
    		schemaName => null
    		table => 'patients'
    		primaryKey => 'id'
    		validationErrors => array([maximum depth reached])
    		validationDomain => null
    		plugin => null
    		name => 'Patient'
    		alias => 'Patient'
    		tableToModel => array(
    			[maximum depth reached]
    		)
    		cacheQueries => false
    		hasOne => array([maximum depth reached])
    		Behaviors => object(BehaviorCollection) {}
    		whitelist => array([maximum depth reached])
    		cacheSources => true
    		findQueryType => null
    		recursive => (int) 1
    		order => null
    		virtualFields => array([maximum depth reached])
    		__backAssociation => array([maximum depth reached])
    		__backInnerAssociation => array([maximum depth reached])
    		__backOriginalAssociation => array([maximum depth reached])
    		__backContainableAssociation => array([maximum depth reached])
    		__safeUpdateMode => false
    		useConsistentAfterFind => true
    		findMethods => array(
    			[maximum depth reached]
    		)
    		[protected] _schema => null
    		[protected] _associationKeys => array(
    			[maximum depth reached]
    		)
    		[protected] _associations => array(
    			[maximum depth reached]
    		)
    		[protected] _insertID => null
    		[protected] _sourceConfigured => false
    		[protected] _eventManager => null
    		[protected] _validator => null
    	}
    	[protected] _responseClass => 'CakeResponse'
    	[protected] _mergeParent => 'AppController'
    	[protected] _eventManager => object(CakeEventManager) {
    		[protected] _generalManager => object(CakeEventManager) {}
    		[protected] _listeners => array(
    			[maximum depth reached]
    		)
    		[protected] _isGlobal => false
    	}
    }
    object(CakeRequest) {
    	params => array(
    		'plugin' => null,
    		'controller' => 'users',
    		'action' => 'login',
    		'named' => array(),
    		'pass' => array(),
    		'models' => array(
    			'User' => array(
    				[maximum depth reached]
    			),
    			'Comment' => array(
    				[maximum depth reached]
    			),
    			'SurgeryRequest' => array(
    				[maximum depth reached]
    			),
    			'Organization' => array(
    				[maximum depth reached]
    			),
    			'Patient' => array(
    				[maximum depth reached]
    			),
    			'Permission' => array(
    				[maximum depth reached]
    			),
    			'Aro' => array(
    				[maximum depth reached]
    			),
    			'Aco' => array(
    				[maximum depth reached]
    			)
    		)
    	)
    	data => array()
    	query => array()
    	url => 'users/login'
    	base => ''
    	webroot => '/'
    	here => '/users/login'
    	[protected] _detectors => array(
    		'get' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'GET'
    		),
    		'patch' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'PATCH'
    		),
    		'post' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'POST'
    		),
    		'put' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'PUT'
    		),
    		'delete' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'DELETE'
    		),
    		'head' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'HEAD'
    		),
    		'options' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'OPTIONS'
    		),
    		'ssl' => array(
    			'env' => 'HTTPS',
    			'value' => (int) 1
    		),
    		'ajax' => array(
    			'env' => 'HTTP_X_REQUESTED_WITH',
    			'value' => 'XMLHttpRequest'
    		),
    		'flash' => array(
    			'env' => 'HTTP_USER_AGENT',
    			'pattern' => '/^(Shockwave|Adobe) Flash/'
    		),
    		'mobile' => array(
    			'env' => 'HTTP_USER_AGENT',
    			'options' => array(
    				[maximum depth reached]
    			)
    		),
    		'requested' => array(
    			'param' => 'requested',
    			'value' => (int) 1
    		),
    		'json' => array(
    			'accept' => array(
    				[maximum depth reached]
    			),
    			'param' => 'ext',
    			'value' => 'json'
    		),
    		'xml' => array(
    			'accept' => array(
    				[maximum depth reached]
    			),
    			'param' => 'ext',
    			'value' => 'xml'
    		)
    	)
    	[protected] _input => ''
    }
  • APP/webroot/index.php line 117 → Dispatcher->dispatch(CakeRequest, CakeResponse)
    $Dispatcher = new Dispatcher();
    $Dispatcher->dispatch(
        new CakeRequest(),
        new CakeResponse()
    );
    object(CakeRequest) {
    	params => array(
    		'plugin' => null,
    		'controller' => 'users',
    		'action' => 'login',
    		'named' => array(),
    		'pass' => array(),
    		'models' => array(
    			'User' => array(
    				[maximum depth reached]
    			),
    			'Comment' => array(
    				[maximum depth reached]
    			),
    			'SurgeryRequest' => array(
    				[maximum depth reached]
    			),
    			'Organization' => array(
    				[maximum depth reached]
    			),
    			'Patient' => array(
    				[maximum depth reached]
    			),
    			'Permission' => array(
    				[maximum depth reached]
    			),
    			'Aro' => array(
    				[maximum depth reached]
    			),
    			'Aco' => array(
    				[maximum depth reached]
    			)
    		)
    	)
    	data => array()
    	query => array()
    	url => 'users/login'
    	base => ''
    	webroot => '/'
    	here => '/users/login'
    	[protected] _detectors => array(
    		'get' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'GET'
    		),
    		'patch' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'PATCH'
    		),
    		'post' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'POST'
    		),
    		'put' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'PUT'
    		),
    		'delete' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'DELETE'
    		),
    		'head' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'HEAD'
    		),
    		'options' => array(
    			'env' => 'REQUEST_METHOD',
    			'value' => 'OPTIONS'
    		),
    		'ssl' => array(
    			'env' => 'HTTPS',
    			'value' => (int) 1
    		),
    		'ajax' => array(
    			'env' => 'HTTP_X_REQUESTED_WITH',
    			'value' => 'XMLHttpRequest'
    		),
    		'flash' => array(
    			'env' => 'HTTP_USER_AGENT',
    			'pattern' => '/^(Shockwave|Adobe) Flash/'
    		),
    		'mobile' => array(
    			'env' => 'HTTP_USER_AGENT',
    			'options' => array(
    				[maximum depth reached]
    			)
    		),
    		'requested' => array(
    			'param' => 'requested',
    			'value' => (int) 1
    		),
    		'json' => array(
    			'accept' => array(
    				[maximum depth reached]
    			),
    			'param' => 'ext',
    			'value' => 'json'
    		),
    		'xml' => array(
    			'accept' => array(
    				[maximum depth reached]
    			),
    			'param' => 'ext',
    			'value' => 'xml'
    		)
    	)
    	[protected] _input => ''
    }
    object(CakeResponse) {
    	[protected] _statusCodes => array(
    		(int) 100 => 'Continue',
    		(int) 101 => 'Switching Protocols',
    		(int) 200 => 'OK',
    		(int) 201 => 'Created',
    		(int) 202 => 'Accepted',
    		(int) 203 => 'Non-Authoritative Information',
    		(int) 204 => 'No Content',
    		(int) 205 => 'Reset Content',
    		(int) 206 => 'Partial Content',
    		(int) 300 => 'Multiple Choices',
    		(int) 301 => 'Moved Permanently',
    		(int) 302 => 'Found',
    		(int) 303 => 'See Other',
    		(int) 304 => 'Not Modified',
    		(int) 305 => 'Use Proxy',
    		(int) 307 => 'Temporary Redirect',
    		(int) 400 => 'Bad Request',
    		(int) 401 => 'Unauthorized',
    		(int) 402 => 'Payment Required',
    		(int) 403 => 'Forbidden',
    		(int) 404 => 'Not Found',
    		(int) 405 => 'Method Not Allowed',
    		(int) 406 => 'Not Acceptable',
    		(int) 407 => 'Proxy Authentication Required',
    		(int) 408 => 'Request Time-out',
    		(int) 409 => 'Conflict',
    		(int) 410 => 'Gone',
    		(int) 411 => 'Length Required',
    		(int) 412 => 'Precondition Failed',
    		(int) 413 => 'Request Entity Too Large',
    		(int) 414 => 'Request-URI Too Large',
    		(int) 415 => 'Unsupported Media Type',
    		(int) 416 => 'Requested range not satisfiable',
    		(int) 417 => 'Expectation Failed',
    		(int) 429 => 'Too Many Requests',
    		(int) 500 => 'Internal Server Error',
    		(int) 501 => 'Not Implemented',
    		(int) 502 => 'Bad Gateway',
    		(int) 503 => 'Service Unavailable',
    		(int) 504 => 'Gateway Time-out',
    		(int) 505 => 'Unsupported Version'
    	)
    	[protected] _mimeTypes => array(
    		'html' => array(
    			(int) 0 => 'text/html',
    			(int) 1 => '*/*'
    		),
    		'json' => 'application/json',
    		'xml' => array(
    			(int) 0 => 'application/xml',
    			(int) 1 => 'text/xml'
    		),
    		'rss' => 'application/rss+xml',
    		'ai' => 'application/postscript',
    		'bcpio' => 'application/x-bcpio',
    		'bin' => 'application/octet-stream',
    		'ccad' => 'application/clariscad',
    		'cdf' => 'application/x-netcdf',
    		'class' => 'application/octet-stream',
    		'cpio' => 'application/x-cpio',
    		'cpt' => 'application/mac-compactpro',
    		'csh' => 'application/x-csh',
    		'csv' => array(
    			(int) 0 => 'text/csv',
    			(int) 1 => 'application/vnd.ms-excel'
    		),
    		'dcr' => 'application/x-director',
    		'dir' => 'application/x-director',
    		'dms' => 'application/octet-stream',
    		'doc' => 'application/msword',
    		'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
    		'drw' => 'application/drafting',
    		'dvi' => 'application/x-dvi',
    		'dwg' => 'application/acad',
    		'dxf' => 'application/dxf',
    		'dxr' => 'application/x-director',
    		'eot' => 'application/vnd.ms-fontobject',
    		'eps' => 'application/postscript',
    		'exe' => 'application/octet-stream',
    		'ez' => 'application/andrew-inset',
    		'flv' => 'video/x-flv',
    		'gtar' => 'application/x-gtar',
    		'gz' => 'application/x-gzip',
    		'bz2' => 'application/x-bzip',
    		'7z' => 'application/x-7z-compressed',
    		'hdf' => 'application/x-hdf',
    		'hqx' => 'application/mac-binhex40',
    		'ico' => 'image/x-icon',
    		'ips' => 'application/x-ipscript',
    		'ipx' => 'application/x-ipix',
    		'js' => 'application/javascript',
    		'latex' => 'application/x-latex',
    		'lha' => 'application/octet-stream',
    		'lsp' => 'application/x-lisp',
    		'lzh' => 'application/octet-stream',
    		'man' => 'application/x-troff-man',
    		'me' => 'application/x-troff-me',
    		'mif' => 'application/vnd.mif',
    		'ms' => 'application/x-troff-ms',
    		'nc' => 'application/x-netcdf',
    		'oda' => 'application/oda',
    		'otf' => 'font/otf',
    		'pdf' => 'application/pdf',
    		'pgn' => 'application/x-chess-pgn',
    		'pot' => 'application/vnd.ms-powerpoint',
    		'pps' => 'application/vnd.ms-powerpoint',
    		'ppt' => 'application/vnd.ms-powerpoint',
    		'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
    		'ppz' => 'application/vnd.ms-powerpoint',
    		'pre' => 'application/x-freelance',
    		'prt' => 'application/pro_eng',
    		'ps' => 'application/postscript',
    		'roff' => 'application/x-troff',
    		'scm' => 'application/x-lotusscreencam',
    		'set' => 'application/set',
    		'sh' => 'application/x-sh',
    		'shar' => 'application/x-shar',
    		'sit' => 'application/x-stuffit',
    		'skd' => 'application/x-koan',
    		'skm' => 'application/x-koan',
    		'skp' => 'application/x-koan',
    		'skt' => 'application/x-koan',
    		'smi' => 'application/smil',
    		'smil' => 'application/smil',
    		'sol' => 'application/solids',
    		'spl' => 'application/x-futuresplash',
    		'src' => 'application/x-wais-source',
    		'step' => 'application/STEP',
    		'stl' => 'application/SLA',
    		'stp' => 'application/STEP',
    		'sv4cpio' => 'application/x-sv4cpio',
    		'sv4crc' => 'application/x-sv4crc',
    		'svg' => 'image/svg+xml',
    		'svgz' => 'image/svg+xml',
    		'swf' => 'application/x-shockwave-flash',
    		't' => 'application/x-troff',
    		'tar' => 'application/x-tar',
    		'tcl' => 'application/x-tcl',
    		'tex' => 'application/x-tex',
    		'texi' => 'application/x-texinfo',
    		'texinfo' => 'application/x-texinfo',
    		'tr' => 'application/x-troff',
    		'tsp' => 'application/dsptype',
    		'ttc' => 'font/ttf',
    		'ttf' => 'font/ttf',
    		'unv' => 'application/i-deas',
    		'ustar' => 'application/x-ustar',
    		'vcd' => 'application/x-cdlink',
    		'vda' => 'application/vda',
    		'xlc' => 'application/vnd.ms-excel',
    		'xll' => 'application/vnd.ms-excel',
    		'xlm' => 'application/vnd.ms-excel',
    		'xls' => 'application/vnd.ms-excel',
    		'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
    		'xlw' => 'application/vnd.ms-excel',
    		'zip' => 'application/zip',
    		'aif' => 'audio/x-aiff',
    		'aifc' => 'audio/x-aiff',
    		'aiff' => 'audio/x-aiff',
    		'au' => 'audio/basic',
    		'kar' => 'audio/midi',
    		'mid' => 'audio/midi',
    		'midi' => 'audio/midi',
    		'mp2' => 'audio/mpeg',
    		'mp3' => 'audio/mpeg',
    		'mpga' => 'audio/mpeg',
    		'ogg' => 'audio/ogg',
    		'oga' => 'audio/ogg',
    		'spx' => 'audio/ogg',
    		'ra' => 'audio/x-realaudio',
    		'ram' => 'audio/x-pn-realaudio',
    		'rm' => 'audio/x-pn-realaudio',
    		'rpm' => 'audio/x-pn-realaudio-plugin',
    		'snd' => 'audio/basic',
    		'tsi' => 'audio/TSP-audio',
    		'wav' => 'audio/x-wav',
    		'aac' => 'audio/aac',
    		'asc' => 'text/plain',
    		'c' => 'text/plain',
    		'cc' => 'text/plain',
    		'css' => 'text/css',
    		'etx' => 'text/x-setext',
    		'f' => 'text/plain',
    		'f90' => 'text/plain',
    		'h' => 'text/plain',
    		'hh' => 'text/plain',
    		'htm' => array(
    			(int) 0 => 'text/html',
    			(int) 1 => '*/*'
    		),
    		'ics' => 'text/calendar',
    		'm' => 'text/plain',
    		'rtf' => 'text/rtf',
    		'rtx' => 'text/richtext',
    		'sgm' => 'text/sgml',
    		'sgml' => 'text/sgml',
    		'tsv' => 'text/tab-separated-values',
    		'tpl' => 'text/template',
    		'txt' => 'text/plain',
    		'text' => 'text/plain',
    		'avi' => 'video/x-msvideo',
    		'fli' => 'video/x-fli',
    		'mov' => 'video/quicktime',
    		'movie' => 'video/x-sgi-movie',
    		'mpe' => 'video/mpeg',
    		'mpeg' => 'video/mpeg',
    		'mpg' => 'video/mpeg',
    		'qt' => 'video/quicktime',
    		'viv' => 'video/vnd.vivo',
    		'vivo' => 'video/vnd.vivo',
    		'ogv' => 'video/ogg',
    		'webm' => 'video/webm',
    		'mp4' => 'video/mp4',
    		'm4v' => 'video/mp4',
    		'f4v' => 'video/mp4',
    		'f4p' => 'video/mp4',
    		'm4a' => 'audio/mp4',
    		'f4a' => 'audio/mp4',
    		'f4b' => 'audio/mp4',
    		'gif' => 'image/gif',
    		'ief' => 'image/ief',
    		'jpg' => 'image/jpeg',
    		'jpeg' => 'image/jpeg',
    		'jpe' => 'image/jpeg',
    		'pbm' => 'image/x-portable-bitmap',
    		'pgm' => 'image/x-portable-graymap',
    		'png' => 'image/png',
    		'pnm' => 'image/x-portable-anymap',
    		'ppm' => 'image/x-portable-pixmap',
    		'ras' => 'image/cmu-raster',
    		'rgb' => 'image/x-rgb',
    		'tif' => 'image/tiff',
    		'tiff' => 'image/tiff',
    		'xbm' => 'image/x-xbitmap',
    		'xpm' => 'image/x-xpixmap',
    		'xwd' => 'image/x-xwindowdump',
    		'ice' => 'x-conference/x-cooltalk',
    		'iges' => 'model/iges',
    		'igs' => 'model/iges',
    		'mesh' => 'model/mesh',
    		'msh' => 'model/mesh',
    		'silo' => 'model/mesh',
    		'vrml' => 'model/vrml',
    		'wrl' => 'model/vrml',
    		'mime' => 'www/mime',
    		'pdb' => 'chemical/x-pdb',
    		'xyz' => 'chemical/x-pdb',
    		'javascript' => 'application/javascript',
    		'form' => 'application/x-www-form-urlencoded',
    		'file' => 'multipart/form-data',
    		'xhtml' => array(
    			(int) 0 => 'application/xhtml+xml',
    			(int) 1 => 'application/xhtml',
    			(int) 2 => 'text/xhtml'
    		),
    		'xhtml-mobile' => 'application/vnd.wap.xhtml+xml',
    		'atom' => 'application/atom+xml',
    		'amf' => 'application/x-amf',
    		'wap' => array(
    			(int) 0 => 'text/vnd.wap.wml',
    			(int) 1 => 'text/vnd.wap.wmlscript',
    			(int) 2 => 'image/vnd.wap.wbmp'
    		),
    		'wml' => 'text/vnd.wap.wml',
    		'wmlscript' => 'text/vnd.wap.wmlscript',
    		'wbmp' => 'image/vnd.wap.wbmp',
    		'woff' => 'application/x-font-woff',
    		'webp' => 'image/webp',
    		'appcache' => 'text/cache-manifest',
    		'manifest' => 'text/cache-manifest',
    		'htc' => 'text/x-component',
    		'rdf' => 'application/xml',
    		'crx' => 'application/x-chrome-extension',
    		'oex' => 'application/x-opera-extension',
    		'xpi' => 'application/x-xpinstall',
    		'safariextz' => 'application/octet-stream',
    		'webapp' => 'application/x-web-app-manifest+json',
    		'vcf' => 'text/x-vcard',
    		'vtt' => 'text/vtt',
    		'mkv' => 'video/x-matroska',
    		'pkpass' => 'application/vnd.apple.pkpass'
    	)
    	[protected] _protocol => 'HTTP/1.1'
    	[protected] _status => (int) 200
    	[protected] _contentType => 'text/html'
    	[protected] _headers => array()
    	[protected] _body => null
    	[protected] _file => null
    	[protected] _fileRange => null
    	[protected] _charset => 'UTF-8'
    	[protected] _cacheDirectives => array()
    	[protected] _cookies => array()
    }
SurgeryXchange - If you are told you need a surgery, you need us
Logo
  • Call Us: +91-7676045678
  • Login

Fatal Error

Error: Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107 Stack trace: #0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include() #1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array) #2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array) #3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array) #4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer') #5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...') #6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array) #7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...') #8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Missing Dat...', 'inner1') #9 /var/www/surge
File: /var/www/surgeryappadmin/app/View/Elements/footer.ctp
Line: 107

Notice: If you want to customize this error message, create app/View/Errors/fatal_error.ctp

SurgeryXchange

SurgeryXchange helps you identify the right hospital for all surgeries and other medical intervetions.SurgeryXchange offers a platform to pick hospitals based on your needs.Be it Price, place or hospitals that matches your needs. Its our endeavour to provide you ethical, expert advice for your medical intervention and an easy access to the information realted to it. We want to empower you to make the right decision related to health of you and your loved ones

Quick Links

  • About Us
  • Services
  • Health Blog
  • Hospital List
  • Doctor List
  • Media

Terms of Service

  • Privacy Policy
  • Contact Us
  • Terms of Usage
  • Feedback

Social Links

Warning (2): DOMDocument::load() [domdocument.load]: php_network_getaddresses: getaddrinfo failed: Name or service not known [APP/View/Elements/footer.ctp, line 104]
Code Context
                            $xml = ("http://feeds.reuters.com/reuters/INtopNews");
                            $xmlDoc = new DOMDocument();
                            $xmlDoc->load($xml);
$viewFile = '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
$dataForView = array(
	'code' => (int) 500,
	'name' => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge',
	'message' => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge',
	'url' => '/users/login',
	'error' => object(FatalErrorException) {
		[protected] _attributes => array([maximum depth reached])
		[protected] _messageTemplate => ''
		[protected] _responseHeaders => null
		[protected] message => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer')
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...')
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...')
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Missing Dat...', 'inner1')
#9 /var/www/surge'
		[protected] code => (int) 500
		[protected] file => '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
		[protected] line => (int) 107
	},
	'_serialize' => array(
		(int) 0 => 'code',
		(int) 1 => 'name',
		(int) 2 => 'message',
		(int) 3 => 'url'
	),
	'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
	<strong>Error: </strong>
	Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge	<br>

	<strong>File: </strong>
	/var/www/surgeryappadmin/app/View/Elements/footer.ctp	<br>

	<strong>Line: </strong>
	107</p>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
	'scripts_for_layout' => '',
	'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge'
$message = 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge'
$url = '/users/login'
$error = object(FatalErrorException) {
	[protected] _attributes => array()
	[protected] _messageTemplate => ''
	[protected] _responseHeaders => null
	[protected] message => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer')
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...')
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...')
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Missing Dat...', 'inner1')
#9 /var/www/surge'
	[protected] code => (int) 500
	[protected] file => '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
	[protected] line => (int) 107
}
$_serialize = array(
	(int) 0 => 'code',
	(int) 1 => 'name',
	(int) 2 => 'message',
	(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
	<strong>Error: </strong>
	Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge	<br>

	<strong>File: </strong>
	/var/www/surgeryappadmin/app/View/Elements/footer.ctp	<br>

	<strong>Line: </strong>
	107</p>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$controller = 'users'
$action = 'login'
$xml = 'http://feeds.reuters.com/reuters/INtopNews'
$xmlDoc = object(DOMDocument) {
	
}
DOMDocument::load() - [internal], line ??
include - APP/View/Elements/footer.ctp, line 104
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/inner1.ctp, line 102
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 284
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 213
Warning (2): DOMDocument::load(http://feeds.reuters.com/reuters/INtopNews) [domdocument.load]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known [APP/View/Elements/footer.ctp, line 104]
Code Context
                            $xml = ("http://feeds.reuters.com/reuters/INtopNews");
                            $xmlDoc = new DOMDocument();
                            $xmlDoc->load($xml);
$viewFile = '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
$dataForView = array(
	'code' => (int) 500,
	'name' => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge',
	'message' => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge',
	'url' => '/users/login',
	'error' => object(FatalErrorException) {
		[protected] _attributes => array([maximum depth reached])
		[protected] _messageTemplate => ''
		[protected] _responseHeaders => null
		[protected] message => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer')
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...')
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...')
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Missing Dat...', 'inner1')
#9 /var/www/surge'
		[protected] code => (int) 500
		[protected] file => '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
		[protected] line => (int) 107
	},
	'_serialize' => array(
		(int) 0 => 'code',
		(int) 1 => 'name',
		(int) 2 => 'message',
		(int) 3 => 'url'
	),
	'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
	<strong>Error: </strong>
	Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge	<br>

	<strong>File: </strong>
	/var/www/surgeryappadmin/app/View/Elements/footer.ctp	<br>

	<strong>Line: </strong>
	107</p>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
	'scripts_for_layout' => '',
	'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge'
$message = 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge'
$url = '/users/login'
$error = object(FatalErrorException) {
	[protected] _attributes => array()
	[protected] _messageTemplate => ''
	[protected] _responseHeaders => null
	[protected] message => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer')
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...')
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...')
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Missing Dat...', 'inner1')
#9 /var/www/surge'
	[protected] code => (int) 500
	[protected] file => '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
	[protected] line => (int) 107
}
$_serialize = array(
	(int) 0 => 'code',
	(int) 1 => 'name',
	(int) 2 => 'message',
	(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
	<strong>Error: </strong>
	Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge	<br>

	<strong>File: </strong>
	/var/www/surgeryappadmin/app/View/Elements/footer.ctp	<br>

	<strong>Line: </strong>
	107</p>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$controller = 'users'
$action = 'login'
$xml = 'http://feeds.reuters.com/reuters/INtopNews'
$xmlDoc = object(DOMDocument) {
	
}
DOMDocument::load() - [internal], line ??
include - APP/View/Elements/footer.ctp, line 104
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/inner1.ctp, line 102
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 284
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 213
Warning (2): DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "http://feeds.reuters.com/reuters/INtopNews" [APP/View/Elements/footer.ctp, line 104]
Code Context
                            $xml = ("http://feeds.reuters.com/reuters/INtopNews");
                            $xmlDoc = new DOMDocument();
                            $xmlDoc->load($xml);
$viewFile = '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
$dataForView = array(
	'code' => (int) 500,
	'name' => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge',
	'message' => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge',
	'url' => '/users/login',
	'error' => object(FatalErrorException) {
		[protected] _attributes => array([maximum depth reached])
		[protected] _messageTemplate => ''
		[protected] _responseHeaders => null
		[protected] message => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer')
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...')
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...')
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Missing Dat...', 'inner1')
#9 /var/www/surge'
		[protected] code => (int) 500
		[protected] file => '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
		[protected] line => (int) 107
	},
	'_serialize' => array(
		(int) 0 => 'code',
		(int) 1 => 'name',
		(int) 2 => 'message',
		(int) 3 => 'url'
	),
	'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
	<strong>Error: </strong>
	Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge	<br>

	<strong>File: </strong>
	/var/www/surgeryappadmin/app/View/Elements/footer.ctp	<br>

	<strong>Line: </strong>
	107</p>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
	'scripts_for_layout' => '',
	'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge'
$message = 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge'
$url = '/users/login'
$error = object(FatalErrorException) {
	[protected] _attributes => array()
	[protected] _messageTemplate => ''
	[protected] _responseHeaders => null
	[protected] message => 'Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer')
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...')
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...')
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Missing Dat...', 'inner1')
#9 /var/www/surge'
	[protected] code => (int) 500
	[protected] file => '/var/www/surgeryappadmin/app/View/Elements/footer.ctp'
	[protected] line => (int) 107
}
$_serialize = array(
	(int) 0 => 'code',
	(int) 1 => 'name',
	(int) 2 => 'message',
	(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
	<strong>Error: </strong>
	Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107
Stack trace:
#0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include()
#1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View-&gt;_render(&#039;/var/www/surger...&#039;, Array)
#3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View-&gt;_renderElement(&#039;/var/www/surger...&#039;, Array, Array)
#4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View-&gt;element(&#039;footer&#039;)
#5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include(&#039;/var/www/surger...&#039;)
#6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View-&gt;_evaluate(&#039;/var/www/surger...&#039;, Array)
#7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View-&gt;_render(&#039;/var/www/surger...&#039;)
#8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View-&gt;renderLayout(&#039;&lt;h2&gt;Missing Dat...&#039;, &#039;inner1&#039;)
#9 /var/www/surge	<br>

	<strong>File: </strong>
	/var/www/surgeryappadmin/app/View/Elements/footer.ctp	<br>

	<strong>Line: </strong>
	107</p>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$controller = 'users'
$action = 'login'
$xml = 'http://feeds.reuters.com/reuters/INtopNews'
$xmlDoc = object(DOMDocument) {
	
}
DOMDocument::load() - [internal], line ??
include - APP/View/Elements/footer.ctp, line 104
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/inner1.ctp, line 102
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 284
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 213

Fatal error: Uncaught Error: Call to a member function getElementsByTagName() on null in /var/www/surgeryappadmin/app/View/Elements/footer.ctp:107 Stack trace: #0 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include() #1 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array) #2 /var/www/surgeryappadmin/lib/Cake/View/View.php(1224): View->_render('/var/www/surger...', Array) #3 /var/www/surgeryappadmin/lib/Cake/View/View.php(418): View->_renderElement('/var/www/surger...', Array, Array) #4 /var/www/surgeryappadmin/app/View/Layouts/inner1.ctp(102): View->element('footer') #5 /var/www/surgeryappadmin/lib/Cake/View/View.php(971): include('/var/www/surger...') #6 /var/www/surgeryappadmin/lib/Cake/View/View.php(933): View->_evaluate('/var/www/surger...', Array) #7 /var/www/surgeryappadmin/lib/Cake/View/View.php(546): View->_render('/var/www/surger...') #8 /var/www/surgeryappadmin/lib/Cake/View/View.php(481): View->renderLayout('<h2>Fatal Error...', 'inner1') #9 /var/www/surge in /var/www/surgeryappadmin/app/View/Elements/footer.ctp on line 107