Home > Software design >  Message: Call to undefined function validation_errors()
Message: Call to undefined function validation_errors()

Time:02-01

An uncaught Exception was encountered Type: Error

Message: Call to undefined function validation_errors()

Filename: C:\xampp\htdocs\parking\application\views\login.php

Line Number: 43

Backtrace:

File: C:\xampp\htdocs\parking\application\controllers\Auth.php Line: 59 Function: view

File: C:\xampp\htdocs\parking\index.php Line: 315 Function: require_once

CodePudding user response:

You should load the validation library either on autoload or in the class where you loading your view If you are using CI2 or CI3 try to this code $this->load->library('form_validation');

  •  Tags:  
  • Related