Model Missing

This error page generate dynamically by this framework.

We found missing model for:

Profile_model()

To solve this problem, please create filename:

profile_model.php

Then save at:

/var/www/vhosts/myaccount.my/erosa.myaccount.my/application/models/

Example source code inside this model file will look like:

<?php
class Profile_model extends AppModel
{
	public function your_model_function()
	{
		... your code here ...
	}
}
?>

Stack Trace

#0 /var/www/vhosts/myaccount.my/erosa.myaccount.my/application/controllers/register.php(29): AppLoader->model('profile_model', 'profile')
#1 /var/www/vhosts/myaccount.my/erosa.myaccount.my/core/bootstrap.php(240): Register_Controller->beforeFilter()
#2 /var/www/vhosts/myaccount.my/erosa.myaccount.my/index.php(43): require_once('/var/www/vhosts...')
#3 {main}