PHP Fatal error

24 views
Skip to first unread message

Wind Antara

unread,
Sep 16, 2018, 12:18:20 PM9/16/18
to envayasms
how to fix this 
PHP Fatal error:  Call to undefined method EnvayaSMS_Request::is_validated() in /home/intechpe/panel.intechpedia.net/envaya/example/www/gateway.php on line 20

on line 20 :
if (!$request->is_validated($PASSWORD))
{
    header("HTTP/1.1 403 Forbidden");
    error_log("Invalid password");    
    echo $request->render_error_response("Invalid password");
    return;
}

$action = $request->get_action();

Ilham zar

unread,
Sep 17, 2018, 6:25:33 AM9/17/18
to enva...@googlegroups.com
This error your function cant detected.maybe wrong spell or maybe you not create the function

--
You received this message because you are subscribed to the Google Groups "envayasms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envayasms+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ilham zar

unread,
Sep 17, 2018, 6:32:22 AM9/17/18
to envayasms
EnvayaSMS_Request::is_validated()
Your function is_validated() is wrong spell or maybe nit created in EnvayaSMS_Request
Reply all
Reply to author
Forward
0 new messages