Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: kill query on the database
Post: kill query on the database

hello  i using session_close_write function  and i want to stop query which is running on the database  when i click somewhere  is there a way from codeigniter ?  for example : i click button and q...
1,245 Views
0 Replies
03-11-2021, 05:37 AM
makif
    Thread: using with Redis session management
Post: using with Redis session management

hi , i want to use redis as session manager,  i use php session and check to login statement then redirect where i want ,   i can set redis variables but when i login a browser, then this redis acti...
1,946 Views
0 Replies
10-21-2019, 01:56 AM
makif
    Thread: Fatal error: Class CI_Session_files_driver contains 1 abstract method and must...
Post: RE: Fatal error: Class CI_Session_files_driver con...

dave friend Wrote: (08-26-2019, 05:20 AM) -- makif Wrote: (08-26-2019, 02:44 AM) -- thanks for reply but i should use msvc14 compiler version of php  on my project -- Why? Are you compiling PHP yo...
3,338 Views
4 Replies
08-28-2019, 02:27 AM
makif
    Thread: session lock problem
Post: RE: session lock problem

oujisama Wrote: (07-19-2019, 12:45 AM) -- hello sir, can you explain me how you solve this using apache ? what kind of setting you apply for your web app ? cause i face same problem like you ( ...
27,349 Views
28 Replies
08-26-2019, 04:21 AM
makif
    Thread: Fatal error: Class CI_Session_files_driver contains 1 abstract method and must...
Post: RE: Fatal error: Class CI_Session_files_driver con...

InsiteFX Wrote: (08-26-2019, 02:21 AM) -- upgrade your php version I' am running 7.3.8 with opcache and it runs fine using file sessions. -- thanks for reply but i should use msvc14 compiler versi...
3,338 Views
4 Replies
08-26-2019, 02:44 AM
makif
    Thread: Fatal error: Class CI_Session_files_driver contains 1 abstract method and must...
Post: Fatal error: Class CI_Session_files_driver contain...

Fatal error: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared abstract or implement the remaining methods sometimes i see this error.  i set in my php.ini ...
3,338 Views
4 Replies
08-26-2019, 02:10 AM
makif
    Thread: postgresql error code
Post: RE: postgresql error code

php_rocs Wrote: (05-14-2019, 12:52 AM) -- @makif According to the documentation ( https://codeigniter.com/user_guide/database/configuration.html?highlight=db_debug#explanation-of-values ) your set...
5,391 Views
6 Replies
05-14-2019, 03:07 AM
makif
    Thread: postgresql error code
Post: RE: postgresql error code

php_rocs Wrote: (05-13-2019, 10:19 AM) -- @makif, What kind of connection are you using to connect to the database? PDO? Can we see your database config settings (minus the password)? -- PHP Co...
5,391 Views
6 Replies
05-13-2019, 11:40 PM
makif
    Thread: postgresql error code
Post: RE: postgresql error code

php_rocs Wrote: (05-13-2019, 06:27 AM) -- @makif, These links might help you. https://forum.codeigniter.com/thread-68046.html https://stackoverflow.com/questions/12483861/codeigniter-php-check-i...
5,391 Views
6 Replies
05-13-2019, 07:53 AM
makif
    Thread: postgresql error code
Post: postgresql error code

hey  i want to see database error code in postgresql when some  database connection values are wrong. i use  $this->db->error() but postgresql not showing error code. in postgre_driver.php has that...
5,391 Views
6 Replies
05-13-2019, 04:15 AM
makif
    Thread: session lock feedback
Post: RE: session lock feedback

php_rocs Wrote: (03-28-2019, 06:34 AM) -- @makif, Are you using AWS? What version of CI? Database? -- i am using nginx, also apache 2.4 at another place  for testing CI version is 3.1.8 databa...
5,859 Views
6 Replies
03-28-2019, 08:23 AM
makif
    Thread: session lock feedback
Post: RE: session lock feedback

php_rocs Wrote: (03-20-2019, 06:57 AM) -- @makif, My question is more about the query.  Why is it taking so long? --  user search about a year query and many conditions it takes a little bit long an...
5,859 Views
6 Replies
03-28-2019, 03:52 AM
makif
    Thread: session lock feedback
Post: RE: session lock feedback

wjonker Wrote: (03-19-2019, 03:33 AM) -- Hey, I'am not shure I do understand your questen correct. But the documentation mention's that they use session for the following reason : "non-blockin...
5,859 Views
6 Replies
03-19-2019, 11:25 PM
makif
    Thread: session lock feedback
Post: session lock feedback

hi everyone i want to give feedback when query takes long and user session locked, i mean like "you should wait until query ends"  i have tried but no results for me  i have get_lock function in those...
5,859 Views
6 Replies
03-19-2019, 12:23 AM
makif
    Thread: PHP Notice: Undefined variable: _SERVER
Post: RE: PHP Notice: Undefined variable: _SERVER

php_rocs Wrote: (03-04-2019, 08:25 AM) -- @makif, Check your PHP.ini.  Also, how did you install/configure Apache? FYI: CI v3.1.10 is current version. -- i got once this error and i read some...
2,844 Views
2 Replies
03-04-2019, 11:30 PM
makif
    Thread: PHP Notice: Undefined variable: _SERVER
Post: PHP Notice: Undefined variable: _SERVER

i was using nginx server and i  changed to apache 2.4.  iam using ci 3.1.8 version php version is 7.1.18 i guess server connection lost but why i have no idea why  [Mon Mar 04 13:13:04.598041 20...
2,844 Views
2 Replies
03-04-2019, 06:31 AM
makif
    Thread: session lock problem
Post: RE: session lock problem

php_rocs Wrote: (02-26-2019, 03:37 PM) -- @makif, I'm trying to see if you have any settings that is causing the queries to take a long time.  While having millions of records is a lot your querie...
27,349 Views
28 Replies
03-04-2019, 04:41 AM
makif
    Thread: session lock problem
Post: RE: session lock problem

php_rocs Wrote: (02-20-2019, 11:29 AM) -- @makif, I'll take a look at it and get back to you.  Also, have you run the profiler on the page?  if so, what was the info returned? -- i didnot find a...
27,349 Views
28 Replies
02-25-2019, 11:41 PM
makif
    Thread: session lock problem
Post: RE: session lock problem

php_rocs Wrote: (02-19-2019, 07:37 AM) -- @makif, Something is wrong(obviously).  That query should not take that long.  How are your database settings configured in the config file? What versio...
27,349 Views
28 Replies
02-20-2019, 01:00 AM
makif
    Thread: session lock problem
Post: RE: session lock problem

php_rocs Wrote: (02-19-2019, 01:19 AM) -- @makif, How long does it take for the query to run? -- it takes more than a minute and it locked all session again. does it suppose to lock just sessio...
27,349 Views
28 Replies
02-19-2019, 03:53 AM
makif

Theme © iAndrew 2016 - Forum software by © MyBB