Function Missing

This error page generate dynamically by this framework.

We found missing function for controller:

Daftar_peserta_Controller()

To solve this problem, browse this path:

/home/tempah/domains/tempahsini.com/private_html/seminar2025/application/controllers/

Find and update this filename:

daftar_peserta.php

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

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

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

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