Questions tagged as 'codeigniter'

1
answer

Error in accents and 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 13.04.2017 / 09:51
1
answer

I'm getting 500 Internal Server Error

I have an online store uploaded to Hostinger . Apparently the main page works correctly, but at the moment of clicking on the menu, shopping cart or something else, I get the following error:    Failed to load the following resources: The...
asked by 27.03.2017 / 16:50
1
answer

Function codeigniter works in windows but not in linux

Develop this function to upload files to the server but I do not understand why it works in windows and not in linux 7 cent, so that it works in linux should something be configured? permissions or something? I already change permissions of the...
asked by 25.05.2017 / 17:14
2
answers

Error Forbbiden when I want to run with codeigniter I do not have server permission

I have a problem, I have my project folder in codeigniter framework with programs already worked, then I passed my project folder to another computer and I wanted to execute each one of the controllers and also seen but the server shows me that...
asked by 09.05.2017 / 20:54
1
answer

Record data once a month (Php mysql)

Hi, I'm doing a php application with Codeigniter and mysql. And I have a table in which you should do a single insert once a month, that is, if until today you have not registered anything you should let me do the insert, otherwise you should no...
asked by 16.03.2017 / 15:09
0
answers

problems with foreach

Good afternoon colleagues I need your help in this problem, I'm working with CodeIgniter which I'm doing a report PDF using the library fpdf , but the problem is that when I generate the report does not show me the first row...
asked by 26.04.2017 / 18:54
0
answers

The problem the value with date (datepicker) in codeigniter

I have a bootstrap-datepicker, when I click with input and show the date. You saw bad year "November 0)" and it is missing this year 2017. I do not know how to solve it.     
asked by 08.03.2017 / 15:09
0
answers

Update records in codeigniter

How I am new using this framework, the problem I have is that when updating a record of a user that has the same name in the database, I am updated with the data of the first user who is registered with the same name in the database. note: this...
asked by 24.01.2017 / 21:03
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
1
answer

How to bring information with ajax to a form?

I am trying to make a CRUD in codeigniter, but when I bring the information I can not find the way to store it in the input of the form (the form is in a modal). This is the model code: public function carga_edit_client($cedula_rif){ /...
asked by 15.01.2017 / 03:34