...c /niran/fenci/scws/phpext/php_scws.c -fPIC -DPIC -o .libs/php_scws.o In file included from /usr/local/php/include/php/Zend/zend_alloc.h:27, from /usr/local/php/include/php/Zend/zend.h:242, from /usr/local/php/include/php/main/php.h:34, from /n...
...t.php 里的 scws_new() 之前加一句: echo "dict content: \n"; echo file_get_contents('/data/html/365search/dict.film.txt'); echo "\n-------\n"; 看看你的 dict.film.txt 是不是真的写入了?
./Indexer.php --rebuild --filete=XSXyzFilter --source=json --file=http://www.domain.com/getjson.aspx?t=1 --project=demo 开始重建索引 ... 初始化数据源 ... json 开始批量导入数据 (http://www.domain.com/getjson.aspx?t=1) ... PHP Fatal error: Call to undefined function js...
...ftest/php/util/XSDataSource.class.php(826): SQLSTATE[HY000] [2002] No such file or directory[/color] #0 XSDataSource.class.php(180): XSDatabasePDO->connect(Array) #1 XSDataSource.class.php(35): XSDatabaseDataSource->init() #2 XSDataSource.class.php(51): XSDataSource->__construct('mysql://root:12....
3q, Can you upload the compiled dll file to share with anybody needs it?
...是有错误,同5.1.30的错误一样,只是行号改变了一下 In file included from ../../include/my_global.h:80, from plugin_scws.c:20: ../../include/my_config.h:1059:1: warning: "PACKAGE" redefined :6:1: warning: this is the location of the previous definition ../../i...
...her the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ a...
...cws3加入ecshop中加载字典的时候出现乱码。 require(dirname(__FILE__) . '/pscws3/pscws3.class.php'); $dict = './pscws3/dict/dict.xdb'; // 建立分词类对像, 参数为词典路径 $pscws = new PSCWS3(); $ignore = $autodis = true; $debug = $stats = false; $pscws->set_ignor...
基本用法都 不正确 ,看看手册吧 --source=csv --file=test.csv
...exd.log 看看里面的错误信息是什么。 752 sprintf(rcvfile, DEFAULT_TEMP_DIR "%s_%s.rcv", conn->user->name, db->name); 753 if ((db->fd = open(rcvfile, O_RDWR | O_CREAT, 0600)) < 0) 754 { 755 log_conn("failed to open rcvfile (PATH:%s, ERROR:%s)",...