Questions tagged as 'codeigniter-3'

0
answers

File not found in PHP

I installed a script and it is working properly, however on the site there is a restricted area and, upon login, the site drops and gives the following error:    An Error Was Encountered Unable to load the requested file:   ../../ public_ht...
asked by 18.12.2017 / 16:09
0
answers

routes of codeigniter 3 do not work in production

I'm having a problem with CodeIgniter 3 In my local environment is working perfectly but when I go to production the routes do not work But if I put index.php in the URL it goes to the correct route. Does anyone know what I need to adju...
asked by 02.09.2017 / 22:32
1
answer

I do not connect to the Panel (Codeigniter)

Good evening, I made a script for content management but when I put my data does not connect, just refresh the page and stay in the same place, put a command to give error but not even that. application \ views \ admin \ login.php: <?php...
asked by 17.08.2017 / 02:12
1
answer

Database Size with CodeIgniter 3

Good afternoon, everyone! How do I know the number of rows in a database using the CodeIgniter 3 framework? I need to control the amount of data to be inserted, so that it does not exceed a certain limit. Example to understand my doubt: let's...
asked by 24.06.2017 / 18:58
1
answer

CodeIgniter: Session re-created after page reload

I have a system where a session is created for the user after login, the problem is that every access I make to the site a new session is created and the data recorded are deleted, I configured the session as autoload and the settings are : $c...
asked by 09.12.2016 / 18:33
1
answer

GENERATE PHP REPORT

I have a database in which you have two tables: CLIENTS TICKETS InmyVIEW(Codeigniter),theuserwillselectaperiod(Ex01/03/2018to03/31/2018)togenerateareportofalltheticketsthatwerepaidwithinthisperiod.Inthisreport,Ineedalltheinformationfrom...
asked by 10.03.2018 / 04:55