Welcome Guest, Not a member yet? Register   Sign In
White blank page & no error given
#1

[eluser]cngzdyrn[/eluser]
Hi brothers,

I have a trouble, please help me.

My application works on my localhost. But after upload production server some controllers give blank page error. Php dent give error without i open php errors. After that i choose a controller which has a problem. And i looked controller code and i found code which it cause problem. The code below. After i remove it is working.

Code:
if(!empty($this->input->post('district_id'))){
$insert_data['district_id'] = $this->input->post('district_id');
}
if(!empty($this->input->post('town_id'))){
$insert_data['town_id'] = $this->input->post('town_id');
}


What is problem? Do u have any idea?


Messages In This Thread
White blank page & no error given - by El Forum - 02-17-2014, 08:08 AM
White blank page & no error given - by El Forum - 02-17-2014, 09:05 AM
White blank page & no error given - by El Forum - 02-17-2014, 09:36 AM
White blank page & no error given - by El Forum - 02-17-2014, 09:47 AM
White blank page & no error given - by El Forum - 02-17-2014, 09:53 AM
White blank page & no error given - by El Forum - 02-17-2014, 10:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB