Function Missing

This error page generate dynamically by this framework.

We found missing function for controller:

Session_Controller()

To solve this problem, browse this path:

/home/smartdocs/domains/smartdocs.mbpg.gov.my/public_html/mes/application/controllers/

Find and update this filename:

session.php

Example source code inside this session.php will look like:

<?php
class Session_Controller extends AppController
{
	... part of your code...

	public function op_auth_reminder2html()
	{
		... your code here ...
	}

	... part of your code...
}
?>