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
PHP Notice: Undefined index: Msg in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/DescriptorPool.php on line 109
Notice: Undefined index: Msg in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/DescriptorPool.php on line 109
PHP Fatal error: Uncaught Error: Call to a member function getField() on null in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php:75
Stack trace:
#0 /home/jasonhe/CS/msg.pb.php(171): Google\Protobuf\Internal\Message->__construct() #1 /home/jasonhe/CS/tt.php(4): require_once('/home/jasonhe/C...') #2 {main}
thrown in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php on line 75
Fatal error: Uncaught Error: Call to a member function getField() on null in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php:75
Stack trace:
#0 /home/jasonhe/CS/msg.pb.php(171): Google\Protobuf\Internal\Message->__construct() #1 /home/jasonhe/CS/tt.php(4): require_once('/home/jasonhe/C...') #2 {main}
thrown in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php on line 75
The text was updated successfully, but these errors were encountered:
php 7.0.12
the simple msg.proto file for testing:
then try to run following php code:
get following error:
PHP Notice: Undefined index: Msg in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/DescriptorPool.php on line 109
Notice: Undefined index: Msg in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/DescriptorPool.php on line 109
PHP Fatal error: Uncaught Error: Call to a member function getField() on null in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php:75
Stack trace:
#0 /home/jasonhe/CS/msg.pb.php(171): Google\Protobuf\Internal\Message->__construct()
#1 /home/jasonhe/CS/tt.php(4): require_once('/home/jasonhe/C...')
#2 {main}
thrown in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php on line 75
Fatal error: Uncaught Error: Call to a member function getField() on null in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php:75
Stack trace:
#0 /home/jasonhe/CS/msg.pb.php(171): Google\Protobuf\Internal\Message->__construct()
#1 /home/jasonhe/CS/tt.php(4): require_once('/home/jasonhe/C...')
#2 {main}
thrown in /home/jasonhe/CS/vendor/google/protobuf/php/src/Google/Protobuf/Internal/Message.php on line 75
The text was updated successfully, but these errors were encountered: