Questions tagged as 'codeigniter'

1
answer

System error after uploading to server

The system was developed in php using the codeigniter 3 framework. It works great on localhost. I went up to the server and started to get into trouble. I checked the installed php and it is in version 5.6 Errors that happen:    Mess...
asked by 24.01.2018 / 19:36
2
answers

My css url is not working on codeigniter

Good morning, I'm learning to use codeigniter, and I have a problem in my css ... inside the applications folder I created another folder called layout, which inside it will have a header.php and a footer.php . When I access my view I call th...
asked by 21.01.2018 / 15:16
1
answer

My codeigniter is using another database instead of the one I selected

I have 2 projects, one is the copy of the other, one I want to leave online and the other one to test the program, so I copied the database and copied the project, changed the name, changed the directory, and 2 on the same server, but my test pr...
asked by 15.01.2018 / 19:15
1
answer

Change default value of a function parameter

I am migrating a system made in Codeigniter from version 2 to version 3, I have already done a lot of steps that the manual says but one of them I have with a doubt, the step 11 , because it says that some functions that made the xss filter h...
asked by 17.01.2018 / 17:27
1
answer

Redirect after executing codeigniter function

Below I show the code that I use to call a function after performing the function I use a redirect for the home page, but I'm trying to make a modicada in it because if the user uses some filter when executing this function he would lose the fil...
asked by 04.01.2018 / 18:46
1
answer

Codeigniter - Permission Authentication

Good afternoon, I would like to know if there is a more practical solution to my problem. Each user has a different permission, characterized by a_id permission in the users table that is correlated with an id in the permission table. Is t...
asked by 08.01.2018 / 16:15
0
answers

Application in codeigniter does not run on the server (hostnet)

Hello, I uploaded a site to the hostnet server, private plan, local it is working properly but on the server, I do not use the last version of codeigniter 2. My .htacess is like this <IfModule mod_rewrite.c> RewriteEngine on RewriteCo...
asked by 09.01.2018 / 02:31
1
answer

Addressing subdomain (htaccess) to CodeIgniter

I have a problem that is giving me a headache .. I have a domain, and then from it I generated a subdomain. This subdomain is inside my public_html, so I get access by placing / subdomain_name However, I wanted it to be part of the subdoma...
asked by 24.12.2017 / 05:49
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
1
answer

Access-Control-Allow-Origin Error

I am trying to make a request from one server to another to perform a registration, but this error is always returned to me:    Failed to load link : Response to   preflight request does not pass access control check: No   'Access-Control-Al...
asked by 29.12.2017 / 16:49