Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: is it nomol sql log is duplicate statement ?
Post: is it nomol sql log is duplicate statement ?

i had problem with my site and sometime i'm headache with read many log :D  i notice some statement is repeated 2 time in log file my queryLog Code: -- function log_queries() {    $CI =& get...
1,305 Views
0 Replies
01-12-2018, 12:28 AM
tereaksmey123
    Thread: Strange ! $this->upload->do_upload skip condition
Post: RE: Strange ! $this->upload->do_upload skip condit...

yes after set 128M in localhost it show error message Thank.
3,765 Views
4 Replies
01-10-2018, 07:43 PM
tereaksmey123
    Thread: Strange ! $this->upload->do_upload skip condition
Post: Strange ! $this->upload->do_upload skip condition

i found it strange see the code and i will explain below: Model Code: -- public function _my_upload( $upload_path, $seo_name = null, $max_width = null, $max_height = null, $types = null, $max...
3,765 Views
4 Replies
01-10-2018, 01:19 AM
tereaksmey123
    Thread: does my code can do sql injection to delete specific row ?
Post: does my code can do sql injection to delete specif...

i don't know why my databse of Firmware is losing some rows, i have create Query Log at my backend to record all Insert Delete Update and i test to do all above action and check my QueryLog all is ok ...
1,620 Views
0 Replies
01-05-2018, 03:03 AM
tereaksmey123
    Thread: CSRF Strange error suggestion
Post: CSRF Strange error suggestion

i have face problem with CSRF in real Hosting not in local server, in order to allow multiple tab in Codeigniter CSRF have to disable  Code: -- $config['csrf_regenerate'] = FALSE; --  yeah problem i...
1,922 Views
0 Replies
12-11-2017, 03:14 AM
tereaksmey123
    Thread: How do you access the $this bound data of the controller in the view? Ci3 is OK, ci4
Post: RE: How do you access the $this bound data of the ...

kilishan Wrote: (10-15-2017, 07:26 PM) -- You won't be able to get access to anything in the controller unless it's passed to the view. Any data you want in the view should be passed to it. -- hi d...
8,013 Views
7 Replies
10-20-2017, 07:25 PM
tereaksmey123
    Thread: CSRF multiple tab issue on chrome
Post: CSRF multiple tab issue on chrome

i have set "csrf_regenerate=FALSE'' for multiple tab. but on chrome i have no idea why it not work it alway give  '' The action you have requested is not allowed. '' no matter i have set "csrf_regener...
3,010 Views
1 Replies
06-27-2017, 09:35 PM
tereaksmey123
    Thread: [split] CI 3.1.2 Batch update not working
Post: [split] CI 3.1.2 Batch update not working

please help after i update 3.1.1 to 3.1.2 my update_batch not working Code: --  $data = [                    ['sl_id' =>  49, 'sl_move' => 1],                    ['sl_id' => 48, 'sl_move' => ...
3,903 Views
1 Replies
11-10-2016, 08:28 AM
tereaksmey123

Theme © iAndrew 2016 - Forum software by © MyBB