通过检测,提示以下错误信息的处理办法,http://www.unixnotes.net/etraxis/diag/index.php
etraxis安装笔记
通过检测,提示以下错误信息的处理办法,http://www.unixnotes.net/etraxis/diag/index.php
(1)提示:
Attachments:
FAIL (“/usr/local/etraxis/bins/” is not found)
解决方案:
mkdir -p /usr/local/etraxis/bins
chown -R vmail:vmail /usr/local/etraxis
(2)提示:
PHP extensions
bcmath: FAIL
xsl: FAIL
解决方案:
cd /usr/ports/math/php5-bcmath
make install clean
cd /usr/ports/t 阅读全文...
解决sugarcrm导出excel乱码
导出内容无法选择gb2312,导出utf8,出来的内容都是乱码
在sugarcrm的my account,导出编码选那个euc-cn就是gb2312.
阅读全文...
导出内容无法选择gb2312,导出utf8,出来的内容都是乱码
解决SugarCRM安装完后打开空白
安装完SugarCRM后,用IE打开出现空白页,服务器log记录提示以下错误信息:
PHP Fatal error: Tracker::get_recently_viewed(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “BreadCrumbStack” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a _ 阅读全文...
安装完SugarCRM后,用IE打开出现空白页,服务器log记录提示以下错误信息:
freebsd下安装pear模块
wget http://pear.php.net/go-pear
php go-pear
提示
Sorry! Your PHP version is too new (5.2.14) for this go-pear.
下载新版本
wget http://pear.php.net/go-pear.phar
php go-pear.phar
然后提示
1. Installation base ($prefix) : /usr/local/php
2. Temporary directory for processing : /tmp/pear/install
3. Temporary directory for download 阅读全文...
wget http://pear.php.net/go-pear