搜索

大约有 20 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0980秒)

1.这三个错误怎么解决?

更新时间:2012-05-29 21:05 t By Mr.

quit, result error (CODE:514): XS.php(2092): Unknown Internal Error(S#600) XS.php(1550): Unexpected respond in search {CMD:129, ARG:600} quit, IO error (ERROR:Broken pipe): XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) quit, IO timeout (TIMEOUT:...

2../Indexer.php -h 出现的错误

更新时间:2012-01-03 16:01 t By nhbbq

Fatal error: Declaration of XSDebugFilter::process() must be compatible with that of XSDataFilter::process() in /home/vhost/k2012.metalsinfo.com/sdk/php/util/XSDataSource.class.php on line 890[hr] 自己找到解决方法: interface XSDataFilter { /** * 数据处理函数, 返回 false ...

3.清空索引报错

发布时间:2014-08-20 15:08 t By aksky

Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS PHP Fatal error: Uncaught [XSException] data/api/xs/lib/XS.php(819): Missing field of type ID thrown in /xxxxx/data/api/xs/lib/XS.php on line 819 帮忙看下 谢谢

4.Hightman 你好,我在编译scws时出现了问题

更新时间:2009-05-06 09:05 t By crackx

... from plugin_scws.c:25: ../../storage/myisam/myisamdef.h:216: error: syntax error before "pthread_rwlock_t" ../../storage/myisam/myisamdef.h:216: warning: no semicolon at end of struct or union ../../storage/myisam/myisamdef.h:221: error: syntax error before "mmap_lock" ../../storage...

5.XSServer::read

...ytes; if ($len === 0) { return $buf; } } // error occured $meta = stream_get_meta_data($this->_sock); $this->close(true); $reason = $meta['timed_out'] ? 'timeout' : ($meta['eof'] ? 'closed' : 'unknown'); $msg = 'Failed to recv the data from server completel...

6.XSServer::write

... } $len -= $bytes; $buf = substr($buf, $bytes); } // error occured if ($bytes === false || $bytes === 0) { $meta = stream_get_meta_data($this->_sock); $this->close(true); $reason = $meta['timed_out'] ? 'timeout' : ($meta['eof'] ? 'closed' : 'unknown'); ...

7.XSJsonDataSource

... if (!is_array($item) || count($item) === 0) { switch (json_last_error()) { case JSON_ERROR_DEPTH: $error = ' - Maximum stack depth exceeded'; break; case JSON_ERROR_CTRL_CHAR: $error = ' - Unexpected control character foun...

8.清定索引和新建索引都报错SHOPNC的索引求大神请点。

更新时间:2015-01-11 02:01 t By huhuimike

.../php /home/www/www.it486586.com/crontab/index.php hour xs_clear PHP Fatal error: Uncaught [XSException] www.it486586.com/data/api/xs/lib/XS.php(2443): Connection refused(C#111, 127.0.0.1:8383) thrown in /home/www/www.it486586.com/data/api/xs/lib/XS.php on line 2443 success at 2015-01-11 02:08:...

9.getExpandedQuery 出现错误

更新时间:2012-09-20 21:09 t By wst900528

...哥~ 在使用getExpandedQuery方法时出现下面的错误: Fatal error: Uncaught [XSException] ../../../../search/sdk/php/lib/XS.php(2094): Couldn't stat 'data/dream/log_db'(S#515) thrown in /search/sdk/php/lib/XS.php on line 2094 请问是怎么回事呢?谢谢[hr] [root@localhost ph...

10.XSServer::connect

... $port = -1; } if (($sock = @fsockopen($host, $port, $errno, $error, 5)) === false) { throw new XSException($error . '(C#' . $errno . ', ' . $host . ':' . $port . ')'); } // set socket options $timeout = ini_get('max_execution_time'); $timeout = $timeout > 0 ? ($timeo...

12
  • 时间不限
  • 按相关性排序