Questions tagged as 'codeigniter'

1
answer

codeigniter redirect not working on server

I have an application made with Codeigniter, and locally everything works correctly, but when I upload it to the server, the redirects do not work and I get an error of 500. What can be happening?     
asked by 09.05.2018 / 08:45
0
answers

Show information that is not in another table

I am trying to bring data that is not found in another table with codeigniter My model: public function getEntradas($proveedor){ //Mostrar entradas del proveedor que no estan en pagos $this->db->select('...
asked by 10.05.2018 / 02:24
0
answers

Fill table with Ajax and codeigniter

I am trying to update a table depending on the selected date start: yyyy-mm-dd end: yyyy-mm-dd when selecting this data load my ajax $.ajax({ type:'POST', dataType:'html',...
asked by 08.05.2018 / 06:59
1
answer

Management of multidimensional codeigniter arrays

Good morning. I have an arrangement to save the information of the session that I will use, it is sent to me by multidimensional arrangement but I have not been able to access the data, I can only see them through print_r. Annex result of print_...
asked by 08.05.2018 / 20:29
0
answers

Send fix from android to codeigniter

I currently send the information one by one, going through the bdd sqlite in the following way: do { final Map<String, String> parameters = new HashMap<String, String>(); parameters.put("idse...
asked by 07.05.2018 / 16:29
1
answer

How to place a placeholder in a form_dropdown of codeigniter

The dropdown values are: $gender = array ( 'name' => 'gender', 'id' => 'gender', 'class' => 'select', 'required' => 'required', 'data-placeholder' => lang('spotmy.gend...
asked by 06.05.2018 / 20:43
1
answer

Allowed_types error when uploading a file in codeigniter

I am working with codeigniter in a project in which I have to upload files in mp3 format, in my local server it works fine and everything, but when uploading to a hosting it generates the following error The filetype you are attempting to uplo...
asked by 05.05.2018 / 03:13
0
answers

You can generate a video with audio and videos clip with ffmpeg

I'm making an application in which I have to generate a single video clip of a duration video, I was recommended to use the ffmpeg but I do not know if it could be created and if possible how the structure would be, since I have understood that...
asked by 08.05.2018 / 22:34
1
answer

I can not call a controller by AJAX in codeIgniter

I'm moving my project to production, I was in a develop environment and everything worked correctly (localhost). When I migrate to production the calls by AJAX do not find the route I need. (Error 404) EDITO The variable 'bu' already...
asked by 30.04.2018 / 23:01
0
answers

Problem of accents in the name of a file with codeigniter

I am trying to upload files to my server with codeigniter 3, the program uploads the files without accent like tilde or Latin characters like Ñ, but when uploading a file with an accent like tilde or Ñ the name and shape me problem when download...
asked by 01.05.2018 / 00:58