私はphpでcassandraを使用しています。cassandraサーバーとクライアント。両方とも開始されました。次のエラーがスローされます:
Fatal error: Call to a member function write() on a non-object in C:\cassandra\thrift\Thrift.php on line 715
Call Stack
# Time Memory Function Location
1 0.0010 395808 {main}( ) ..\cassandra_testFile.php:0
2 0.0409 3143872 CassandraClient->insert( ) ..\cassandra_testFile.php:46
3 0.0409 3143872 CassandraClient->send_insert( ) ..\Cassandra.php:606
4 0.0412 3146072 cassandra_Cassandra_insert_args->write( ) ..\Cassandra.php:625
5 0.0412 3146136 TBase->_write( ) ..\Cassandra.php:2761
コールスタックで、ステップ2で。46は:
$client->insert($keyspace, $keyUserId, $columnPath, $value, $timestamp, $consistency_level);
このエラーはどのように解決できますか?