You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i run the script on web server i get this error:
Parse error: syntax error, unexpected T_STATIC in …/src/php/whatsprot.class.php on line 89
If i run the script in Terminal i get this one:
Fatal error: Cannot access private property ProtocolNode::$data in /.../src/php/exampleFunctional.php on line 103
When i run the script, i get the message send by
$w->sendMessage($target, "Sent from WhatsApi at " . time());
and thats all, i cant receive or send messages.
any solution?
Thanks!
The text was updated successfully, but these errors were encountered:
Are you sure about that? Can you run phpinfo() to check it? :)
"Fatal error: Cannot access private property ProtocolNode::$data in /.../src/php/exampleFunctional.php on line 103"
I recently made all ProtocolNode properties private and added getter methods :)
Hi, im testing with exampleFunctional.php
PHP Version => 5.3.15
If i run the script on web server i get this error:
Parse error: syntax error, unexpected T_STATIC in …/src/php/whatsprot.class.php on line 89
If i run the script in Terminal i get this one:
Fatal error: Cannot access private property ProtocolNode::$data in /.../src/php/exampleFunctional.php on line 103
When i run the script, i get the message send by
$w->sendMessage($target, "Sent from WhatsApi at " . time());
and thats all, i cant receive or send messages.
any solution?
Thanks!
The text was updated successfully, but these errors were encountered: