Fatal error in mydomain.com/member |
| |||
i get this error in this url : mydomain.com/member Fatal error: Call to undefined method member::index() in /home/****/public_html/parejas.name/index.php on line 30 this is the code of index, line 30 is the last : $app->index(); function microtime_float() // require_once './includes/boot.inc.php'; // load application // end
|
| |||
that is because the class member doesn't have a function called index. i have some code on my forum to avoid this kind of error messages.
|
| |||
ok falcone, your the man ยก i will check it .
|