重新安裝
已經依法把 set_time_limit 關了,但是到第3步資料庫設立後,第4步 Confirm Information 又出現了這訊息
Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/local/bin/convert) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in 我的位址/123/class/file/file.class.php on line 208
經查 file.class.php 第 208 行是
return is_readable( $file );
這又是什麼?
該段式子是:
function isReadable( $file = null )
{
if( $file == null )
$file = $this->_fileName;
clearstatcache();
return is_readable( $file );
}
這個空間我安裝了 Discuz 一段時間一切運作都很正常,
以前安裝過程中也不曾出現過這些有的沒有。
很奇怪的 LifeType 安裝哦~