Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: how to set PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
Post: [SOLVED] how to set PDO::MYSQL_ATTR_USE_BUFFERED_...

I need to call two stored procedure one after another and it was giving me the error. I solved this by using the following code. $sql = "CALL test_sp()"; $stmt = $this->db->conn_id->prepar...
7,640 Views
2 Replies
02-03-2017, 02:14 AM
prashant.nirgun
    Thread: how to set PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
Post: RE: how to set PDO::MYSQL_ATTR_USE_BUFFERED_QUERY

I even tried out unbuffered row() but it still fails. while ($row = $query->unbuffered_row()) { var_dump($row); } I tried setting pdo attribues like system/database/drivers/pdo/pdo_driver.php...
7,640 Views
2 Replies
01-30-2017, 01:33 AM
prashant.nirgun
    Thread: how to set PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
Post: how to set PDO::MYSQL_ATTR_USE_BUFFERED_QUERY

I desperately required help please help me its urgent. I am using Codeigniter 3.1 Version and trying to use MySQL 5.5. When I am calling Stored Procedure back to back 2 times its giving the error. Any...
7,640 Views
2 Replies
01-30-2017, 12:20 AM
prashant.nirgun
    Thread: CI 3.1.2 + PDO stored procedures issue
Post: RE: CI 3.1.2 + PDO stored procedures issue

same Error Number: HY000/2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run ag...
2,981 Views
1 Replies
01-23-2017, 12:21 AM
prashant.nirgun
    Thread: creating https over http on localhost
Post: RE: creating https over http on localhost

SOLVED I was using XAMP and OpenSSl was installed it was making this mistake. Finally it was spoted out commented that line and it started working. I still had Ubuntu laptop will check on it. In case ...
8,532 Views
2 Replies
02-15-2016, 01:01 PM
prashant.nirgun
    Thread: creating https over http on localhost
Post: creating https over http on localhost

Hi if i tried to login using url localhost/ci/index.php/users/auth/login it redirect to https://localhost/ci/index.php/users/auth/login I removed .htaccess file. How to redirect it to http my $...
8,532 Views
2 Replies
02-15-2016, 06:01 AM
prashant.nirgun
    Thread: hostname converted to IP
Post: hostname converted to IP

Hi Since I am new to the Codeigniter please help me I am facing one problem. I am using Ion Auth library movement I entered userID and pwd it convert my hostname into ip It become http://127.0.1.1/...
5,041 Views
1 Replies
02-10-2016, 12:55 AM
prashant.nirgun
    Thread: Problem with my deleted_by & deleted_at using MY_Model
Post: Problem with my deleted_by & deleted_at using MY_M...

Hi friends I am new to base model deleted_by & deleted_at is not functioning properly null value is updated can anybody help whats wrong in my code. class Article_model extends MY_Model{ //should ...
2,866 Views
2 Replies
10-31-2015, 12:23 AM
prashant.nirgun

Theme © iAndrew 2016 - Forum software by © MyBB