Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [3.1.6] PHP Warning, File: Common
Post: [3.1.6] PHP Warning, File: Common

This error is displayed most of the time when I am using the SoapClient. PHP Warning:  require_once(system/core/Exceptions.php): failed to open stream: Too many open files in system/core/Common.php...
2,585 Views
1 Replies
12-15-2017, 01:34 PM
rodrigoprazim
    Thread: Email como enviar mensagem html com imagem
Post: RE: Email como enviar mensagem html com imagem

Eduardo Faria Wrote: (10-27-2017, 09:09 AM) -- InsiteFX Wrote: (10-27-2017, 08:59 AM) -- You have to have the image on a live server and use inline html styles to load it from the server. -- Obrig...
6,788 Views
4 Replies
10-27-2017, 09:30 AM
rodrigoprazim
    Thread: [3.1.5] Update Batch and Where Problems
Post: RE: [3.1.5] Update Batch and Where Problems

Yes, go through something.
5,313 Views
3 Replies
07-30-2017, 06:12 AM
rodrigoprazim
    Thread: [3.1.5] Update Batch and Where Problems
Post: [3.1.5] Update Batch and Where Problems

Hi, I have the following Scenario: Code: -- public function update_data($data=NULL){      $this->db->where('status','1');      $this->db->update_batch('tb_fone',$data,'user_id'); } -- I have...
5,313 Views
3 Replies
07-27-2017, 06:08 PM
rodrigoprazim
    Thread: [3.1.2] update_batch not work
Post: RE: [3.1.2] update_batch not work

Narf Wrote: (12-12-2016, 09:57 AM) -- rodrigoprazim Wrote: (12-12-2016, 08:05 AM) -- Narf Wrote: (12-12-2016, 05:21 AM) -- Please test with https://github.com/bcit-ci/CodeIgniter/commit/8338bbb3586...
14,669 Views
11 Replies
12-15-2016, 05:32 PM
rodrigoprazim
    Thread: [3.1.2] update_batch not work
Post: RE: [3.1.2] update_batch not work

Narf Wrote: (12-12-2016, 05:21 AM) -- Please test with https://github.com/bcit-ci/CodeIgniter/commit/8338bbb3586e31432caa503b6530dcea583dd8d8 -- Thanks for reply. Will version 3.1.3 come out with f...
14,669 Views
11 Replies
12-12-2016, 08:05 AM
rodrigoprazim
    Thread: update_batch is not working !
Post: RE: update_batch is not working !

I have the same problem. I had to downgrade to version 3.1.0
6,178 Views
6 Replies
12-05-2016, 08:20 PM
rodrigoprazim
    Thread: [3.1.2] update_batch not work
Post: RE: [3.1.2] update_batch not work

pgee Wrote: (11-02-2016, 04:23 AM) -- the issue can be resolved by reverting line 1918 of DB_query_builder from: if ($this->query($this->_update_batch($this->protect_identifiers($table, TRUE, NULL,...
14,669 Views
11 Replies
11-08-2016, 06:32 PM
rodrigoprazim
    Thread: [3.1.2] update_batch not work
Post: [3.1.2] update_batch not work

Code: -- $dataTotal = array(   array(       'id' => 1,       'name' => 'house',       'description' => 'this house'   ),   array(       'id' => 2,       'name' => 'car',       'desc...
14,669 Views
11 Replies
10-31-2016, 08:51 AM
rodrigoprazim

Theme © iAndrew 2016 - Forum software by © MyBB