Most voted "codeigniter-2" questions
6 questions
Sort by count of
-
1
votes1
answer6033
viewsCodeigniter 2 with variable reference error in PHP version 5.6
I am using version 2.1.3 of Codeigniter and when I open any page the following error is displayed: PHP Error was encountered Severity: Notice Message: Only variable References should be returned by…
-
1
votes1
answer413
viewsError in passing value to View in codeigniter
In a simple application. A value is passed to view. However codeigniter reports an error: PHP code: class User extends CI_Controller { public function __construct(){ parent::__construct();…
-
0
votes0
answers109
viewsCodeigniter by adding ". html" after controller name
I don’t know why when I try to perform an ajax call to the url "http://localhost/meusite/controller/method" I get a 404 error saying the following "The url…
php codeigniter htaccess php-5 codeigniter-2asked 7 years, 10 months ago Victor Hartur de Carvalho 182 -
0
votes1
answer53
viewsBanking integration
Good afternoon! I need guidance/suggestion. Here’s the thing: we have a clock software where it records all the markings in a MS Access database. I need to create a report of each employee on the…
php mysql codeigniter ms-access codeigniter-2asked 7 years, 5 months ago Laísa Ferreira Cardoso 116 -
0
votes0
answers210
viewsFile not found in PHP
I installed a script and is working properly, but on the site there is a restricted area and when logging in, the site drops and gives the following error: An Error Was Encountered Unable to load…
-
0
votes1
answer50
viewsMVC Codeigniter
I have a question regarding the passage of parameters between the MVC. I’m developing the e-mail confirmation on a project. After clicking the link to confirm sent by email, the system picks up GET,…