Questions tagged as 'codeigniter'

0
answers

because it says that the code is not defined if it is a variable that I take from the database?

I'm trying to access my pc with the ip address, and it normally leaves me, but I install a virual machine on my pc and when I put the ip of the virtual machine I get this error, 3 more errors come out but they are all similar to this, they put p...
asked by 28.03.2018 / 17:02
0
answers

Error when generating a report

I am currently in charge of maintaining a web application made with codeigniter using jasperreport, when generating a resolution I get the following error:    Type: Exception       Message: Your report has failed and could not be processed!...
asked by 19.03.2018 / 21:03
0
answers

Storage in several tables from a form in codeigniter

I have a base project that I do but I want to improve it, you will see: I came up with the easy idea that to register information of a client (which is divided into 4 tables in the BDD connected to each other) was to enter the data in 4 differen...
asked by 09.03.2018 / 17:29
0
answers

Share Session between a Codeigniter Subdomains and Other in Pure PHP

I have a two subdomain (one.mismodomino.com and two.mismodomino.com) the first is done in PHP call it "Pure" and the other is done in Codeigniter, both work normally but I want to share a session between both subdomains for example the $ _SESSIO...
asked by 08.03.2018 / 15:30
1
answer

Help with CodeIgniter

I need some guidance and hope you can help me, I have a project done in CI 2, which pays the salary to an employee on a monthly basis, the problem that I present is that if a person goes to work after being paid salaries, his salary would be pai...
asked by 07.03.2018 / 16:58
0
answers

query codeigniter postgres

I have a problem with codeigniter and postgresql, my database has around 230,000 records, and I'm doing a report which points to a view that is made up of 4 tables, The problem starts when I ask a query to that view on short dates for example...
asked by 27.02.2018 / 14:46
0
answers

The $ this-config-set_item does not change the value of the variable in the config.php - CODEIGNITER

The $this->config->set_item does not change the value of the variable in config.php Code in the controller: $premisa1 = $this->input->post('numero_premisas'); $this->config->set_item('premisass',$premisa1);...
asked by 27.02.2018 / 19:33
1
answer

how to connect to a webservice and send xml in php

I have a project in codeigneiter, I am trying to make a connection by curl with a web service of ringing, I am using the code that they gave me in php, which is fine, only that when adding the variable $ ch = curl_init () my view stops working o...
asked by 27.02.2018 / 19:31
0
answers

Null data in Chart.js with JSON

I hope someone can find a solution to my mistake. I'm trying to fill out my chart with data taken from the database, but my chart is undefined I have done tests, and if it brings me the data correctly from the BD, but when passing it with PUSH...
asked by 14.02.2018 / 00:35
0
answers

Update Mpdf 7 in linux

Initially I was working on win7, and now when I moved to Lubuntu 17.04, I found a series of errors. In this forum they helped me to discover that to solve it I had to update Mpdf, since the version I was using was not compatible with php 7 (alth...
asked by 09.02.2018 / 14:05