thank you!! , I don't really understand how to fix it I no really no php im good at vb6 but clueless on php.
Quote Originally Posted by zalez
Your problem is in your memberarea.php . Just like what the error states, On line 92 in memberarea you are calling the function render() without sending a variable along with it. except in your class, render is defined with a variable being sent to it. So php is telling you, you are missing an argument.