Questions tagged as 'codeigniter-3'

1
answer

Insert different tables of a base into an array in Codeigniter

The problem I have is what do I get a json of a form, by doing the json decode I get: Array ( [curp_aval] => pemi940613hdfrdasr [nombre_aval] => Ivan [ap_pat_aval] => Perez [ap_mat_aval] => Montiel [curp] => GACh94...
asked by 25.03.2017 / 19:48
0
answers

Error invoking model in Codeigniter

Hi, I'm experienced Codeigniter and I have an error when I invoke my model. Here the error:    An uncaught Exception was encountered       Type: RuntimeException       Message: Unable to locate the model you have specified: Category     ...
asked by 28.03.2017 / 18:53
1
answer

array in insert php codeigniter

I have the following problem I am working with php and codeigniter, and I need to do the following insert in my model this is my code: public function guardar_permisos(){ $perfil = $this->session->userdata("perfil");...
asked by 26.01.2017 / 17:31
0
answers

Error Message: session_start (): Can not send session cache limiter - headers already sent CodeIgniter

What happens is that when I upload my page to a hosting the following error is coming out, and thanks in advance. A PHP Error was encountered Severity: Warning Message: session_start(): Cannot send session cache limiter - headers already sen...
asked by 17.02.2017 / 13:57
1
answer

Problem with a model in Codeigniter3

I can not solve this error, I was reading it is a problem of lowercase and uppercase, I do not recognize the model codeigniter 3 Model Name: Model_Usuario.php Controller Name: User.php <?php defined('BASEPATH') OR exit('No direct scr...
asked by 08.01.2017 / 22:42
0
answers

How to return the value that I am inserting

Hi, how I have a problem with this code, when I insert the value of 10% it saves it in a correct way but when wanting to edit it takes the value of another parameter I'm going crazy. <tr class="even pointer " > <td> <div...
asked by 10.10.2016 / 19:40
1
answer

Codeigniter v 3.0.6 without index.php [duplicated]

Hello developers, I'm 3 days circling on how to remove the index.php of codeigniter 3, uninstall and reinstall the xampp, Edit the apache configuration file, httpd.conf, editing the AllowOverride values from none to all If tmb edit the index p...
asked by 19.07.2016 / 06:46
1
answer

Error in accents Codeigniter Angular

When returning a result in Codeigniter and Angular the accents become contrase\u00f1a ^^^^^^ How can I solve the error? Code PHP Codeigniter $this->output->set_content_type('application/json'); $this->output->set_ou...
asked by 03.08.2016 / 01:07
1
answer

Does not address well when validated in Codeigniter [duplicated]

My problem is this: I am trying to make a form but I can not address well when I try to correct the validation after answering that the data is not valid through the conditional if. The idea is that I have to fill in the form's data, then it t...
asked by 07.06.2016 / 22:31
1
answer

Data is not updated in Codeigniter

I am using a website that is developed in Codeigniter. The problem that I have is when adding a service or client, since this app is developed for a technical service system for PCs. When you add a client, it shows you a form with the data. Y...
asked by 07.04.2016 / 21:47