This error page generate dynamically by this framework.
We found missing function for controller:
Register_Controller()
To solve this problem, browse this path:
/var/www/vhosts/myrekod.my/app.myrekod.my/application/controllers/
Find and update this filename:
register.php
Example source code inside this register.php will look like:
<?php class Register_Controller extends AppController { ... part of your code... public function main() { ... your code here ... } ... part of your code... } ?>