[Unanswered Question] Fatal Error: Function Name Must Be A String In
👤 By Webune Support | 📆
just thought i post this error here, this is the errror i was getting:
this is what i had on line 180
how i resolved this problem:
i changed it to:
as you can see i basically changed the parenthesis () to brakets []
hope that helps
Fatal error: Function name must be a string in /home/web/www.includes/class.php on line 180
this is what i had on line 180
UserEmail = '".$user('email')."',
how i resolved this problem:
i changed it to:
UserEmail = '".$user['email']."',
as you can see i basically changed the parenthesis () to brakets []
hope that helps