Questions tagged as 'codeigniter-2'

1
answer

Codeigniter 2 with variable reference error in version 5.6 of PHP

I'm using Codeigniter version 2.1.3 and when I open any page the following error is displayed:    A PHP Error was encountered       Severity: Notice       Message: Only variable references should be returned by reference       Filename: co...
asked by 16.01.2017 / 13:00
1
answer

Error 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(); $this->...
asked by 09.10.2017 / 22:44
1
answer

MVC CodeIgniter

I have a question regarding the passing of parameters between MVC. I'm developing email confirmation on a project. After clicking on the link to confirm sent by email, the system picks up by GET, the encrypted password and "I want to change t...
asked by 31.08.2018 / 21:20
0
answers

CodeIgniter with PHPUnit

I'm trying to apply PHPUnit in my project with CodeIgniter, based on the following example ( link ), until then when the installation and dependency files are all ok, only when I add setUp () method. <?php class ApiTest extends PHPUnit_Fram...
asked by 18.02.2018 / 02:17
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

Integration into banks

Good afternoon! I need an orientation / suggestion. It is as follows: we have a clock software where it will record all the markups in a database in MS Access. I need to create a report for each employee in the company intranet, where the same i...
asked by 13.06.2017 / 22:44
0
answers

Codeigniter by adding ".html" after controller name

I do not know why when I try to make a ajax call to the url " link " I get a 404 error saying the following " The url link "was not found on the server (404). I can not find where the ".html" that he is adding after the controller name comes f...
asked by 25.01.2017 / 00:19