ErrorException [ Warning ]: is_file(): open_basedir restriction in effect. File(/home/sunpavilio/domains/summitpavilion.com/public_html/application/controllers/index.html/index.php) is not within the allowed path(s): (/home/sunpavilio/:/tmp/:/var/tmp/:/opt/alt/php81/usr/share/pear/:/dev/urandom:/usr/local/php56/lib/:/usr/local/php81/lib/:/usr/local/php74/lib/:/usr/local/php56/lib/:/usr/local/php53/lib/:/usr/local/lib/php/)

APPPATH/core/MY_Router.php [ 192 ]

187 			}
188 		}*/ // NOT USE. because this part make auto_controller blank page when call category1/subcat1/. fix this thing later.
189 		/* end ADD */
190 		
191 		/* application sub-directory default controller exists? */
192 		if (is_file(APPPATH.'controllers/'.$module.'/'.$this->default_controller.$ext)) {
193 			$this->directory = $module.'/';
194 			return array($this->default_controller);
195 		}
196 	}// locate
197 	
  1. {PHP internal call} » MY_Exceptions::error_handler(arguments)

  2. APPPATH/core/MY_Router.php [ 192 ] » is_file(arguments)

  3. APPPATH/third_party/MX/Router.php [ 51 ] » MY_Router->locate(arguments)

  4. FCPATH/system/core/Router.php [ 227 ] » MX_Router->_validate_request(arguments)

  5. FCPATH/system/core/Router.php [ 395 ] » CI_Router->_set_request(arguments)

  6. FCPATH/system/core/Router.php [ 170 ] » CI_Router->_parse_routes()

  7. FCPATH/system/core/CodeIgniter.php [ 173 ] » CI_Router->_set_routing()

  8. FCPATH/index.php [ 217 ] » require_once(arguments)

Environment

ErrorException [ Warning ]: Cannot modify header information - headers already sent by (output started at /home/sunpavilio/domains/summitpavilion.com/public_html/application/core/MY_Exceptions.php:198)

FCPATH/system/core/Security.php [ 189 ]

184 			{
185 				return FALSE;
186 			}
187 		}
188 
189 		setcookie($this->_csrf_cookie_name, $this->_csrf_hash, $expire, config_item('cookie_path'), config_item('cookie_domain'), $secure_cookie);
190 
191 		log_message('debug', "CRSF cookie Set");
192 
193 		return $this;
194 	}
  1. {PHP internal call} » MY_Exceptions::error_handler(arguments)

  2. FCPATH/system/core/Security.php [ 189 ] » setcookie(arguments)

  3. FCPATH/system/core/Security.php [ 137 ] » CI_Security->csrf_set_cookie()

  4. FCPATH/system/core/Input.php [ 648 ] » CI_Security->csrf_verify()

  5. FCPATH/system/core/Input.php [ 103 ] » CI_Input->_sanitize_globals()

  6. APPPATH/core/MY_Input.php [ 15 ] » CI_Input->__construct()

  7. FCPATH/system/core/Common.php [ 174 ] » MY_Input->__construct()

  8. FCPATH/system/core/CodeIgniter.php [ 213 ] » load_class(arguments)

  9. FCPATH/index.php [ 217 ] » require_once(arguments)

Environment

ErrorException [ Warning ]: Cannot modify header information - headers already sent by (output started at /home/sunpavilio/domains/summitpavilion.com/public_html/application/core/MY_Exceptions.php:198)

FCPATH/system/core/Input.php [ 286 ]

281 		else
282 		{
283 			$expire = ($expire > 0) ? time() + $expire : 0;
284 		}
285 
286 		setcookie($prefix.$name, $value, $expire, $path, $domain, $secure);
287 	}
288 
289 	// --------------------------------------------------------------------
290 
291 	/**
  1. {PHP internal call} » MY_Exceptions::error_handler(arguments)

  2. FCPATH/system/core/Input.php [ 286 ] » setcookie(arguments)

  3. APPPATH/core/MY_Lang.php [ 113 ] » CI_Input->set_cookie(arguments)

  4. FCPATH/system/core/Common.php [ 174 ] » MY_Lang->__construct()

  5. FCPATH/system/core/CodeIgniter.php [ 220 ] » load_class(arguments)

  6. FCPATH/index.php [ 217 ] » require_once(arguments)

Environment

ErrorException [ Warning ]: Cannot modify header information - headers already sent by (output started at /home/sunpavilio/domains/summitpavilion.com/public_html/application/core/MY_Exceptions.php:198)

FCPATH/system/libraries/Session.php [ 672 ]

667 					$cookie_data,
668 					$expire,
669 					$this->cookie_path,
670 					$this->cookie_domain,
671 					$this->cookie_secure
672 				);
673 	}
674 
675 	// --------------------------------------------------------------------
676 
677 	/**
  1. {PHP internal call} » MY_Exceptions::error_handler(arguments)

  2. FCPATH/system/libraries/Session.php [ 672 ] » setcookie(arguments)

  3. FCPATH/system/libraries/Session.php [ 332 ] » CI_Session->_set_cookie()

  4. FCPATH/system/libraries/Session.php [ 108 ] » CI_Session->sess_create()

  5. FCPATH/system/core/Loader.php [ 1099 ] » CI_Session->__construct()

  6. FCPATH/system/core/Loader.php [ 975 ] » CI_Loader->_ci_init_class(arguments)

  7. APPPATH/third_party/MX/Loader.php [ 154 ] » CI_Loader->_ci_load_class(arguments)

  8. FCPATH/system/core/Loader.php [ 1178 ] » MX_Loader->library(arguments)

  9. FCPATH/system/core/Loader.php [ 152 ] » CI_Loader->_ci_autoloader()

  10. APPPATH/third_party/MX/Loader.php [ 59 ] » CI_Loader->initialize()

  11. FCPATH/system/core/Controller.php [ 51 ] » MX_Loader->initialize()

  12. APPPATH/third_party/MX/Base.php [ 55 ] » CI_Controller->__construct()

  13. APPPATH/third_party/MX/Base.php [ 60 ] » CI->__construct()

  14. APPPATH/third_party/MX/Controller.php [ 4 ] » require(arguments)

  15. APPPATH/core/MY_Controller.php [ 4 ] » require(arguments)

  16. FCPATH/system/core/CodeIgniter.php [ 239 ] » require(arguments)

  17. FCPATH/index.php [ 217 ] » require_once(arguments)

Environment

ErrorException [ Warning ]: Cannot modify header information - headers already sent by (output started at /home/sunpavilio/domains/summitpavilion.com/public_html/application/core/MY_Exceptions.php:198)

FCPATH/system/core/Common.php [ 444 ]

439 		{
440 			header("Status: {$code} {$text}", TRUE);
441 		}
442 		elseif ($server_protocol == 'HTTP/1.1' OR $server_protocol == 'HTTP/1.0')
443 		{
444 			header($server_protocol." {$code} {$text}", TRUE, $code);
445 		}
446 		else
447 		{
448 			header("HTTP/1.1 {$code} {$text}", TRUE, $code);
449 		}
  1. {PHP internal call} » MY_Exceptions::error_handler(arguments)

  2. FCPATH/system/core/Common.php [ 444 ] » header(arguments)

  3. FCPATH/system/core/Output.php [ 249 ] » set_status_header(arguments)

  4. APPPATH/controllers/auto_controller.php [ 114 ] » CI_Output->set_status_header(arguments)

  5. APPPATH/controllers/auto_controller.php [ 100 ] » auto_controller->not_found()

  6. APPPATH/controllers/auto_controller.php [ 24 ] » auto_controller->index()

  7. FCPATH/system/core/CodeIgniter.php [ 325 ] » auto_controller->_remap(arguments)

  8. FCPATH/index.php [ 217 ] » require_once(arguments)

Environment

Summit Pavilion

Page 404 Not Found

Sorry, an error has occured, Requested page not found!

ไม่พบข้อมูล!