我已在我的Windows 7机器(64bit)上安装了一台Cassessi。
cas子服务器正在运行,正在成功地聆听冲破客户。 我通过成功创建我自己的主要空间和一栏家庭,测试了这方面的情况。
现在,我不得不从我的PHP文字中把这辆Casses案联系起来。 我使用thobbsphpcassa进行了审判。
这里我遇到麻烦。 在安装过程中,它提到了UNIX/HCH系统“”的安装步骤,但“Windows”没有提及。
我知道下一步不是做什么,但试图在我手提的笔迹中复制件,并创建试卷壳。 The php with the following content:
<?php
ini_set( display_errors ,1);
require_once( phpcassa/connection.php );
require_once( phpcassa/columnfamily.php );
$servers = array("localhost:9160");
$pool = new ConnectionPool("demo", $servers);
$column_family = new ColumnFamily($pool, user );
?>
www.un.org/Depts/DGACM/index_french.htm 此外,我还在我的关键空间制作了一个题为“家庭<><>用户
在我的浏览器中删除这一文字,给我以下例外:
Fatal error: Uncaught exception cassandra_NotFoundException in C:Program Files (x86)Apache Software FoundationApache2.2htdocsphpcassacolumnfamily.php:198
Stack trace: #0 C:Program Files (x86)Apache Software FoundationApache2.2htdocscassandra_test.php(10):
ColumnFamily->__construct(Object(ConnectionPool), user ) #1 {main} thrown in C:Program Files (x86)Apache Software FoundationApache2.2htdocsphpcassacolumnfamily.php
on line 198
我认为,phpcassa可以找到我的当地手脚。 如何检查?
Also
$pool = new ConnectionPool("demo", $servers);
didn t gave any error/warning . So , I am entirely not sure what s the root cause for this exception? I am a newbie for cassandra and PHPcassa .Really sorry if this problem sounded pretty trivial.