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?
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('...
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',...
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_...
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...
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...
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...
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...
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...