免費空間:http://homepage.cozysite.com
論壇網址:http://support.cozysite.com/
論壇風格:內建
安裝外掛:Olympus Style Login Screen;CODE多國語言修正;部分必裝修正外掛..
是否搜尋:有..我之前有問過類似的問題了..
其他資料他網站上都沒說-.-...或者是我沒看到..
前提..
因為這個免費空間沒提供進階MYSQL管理...所以我就上了GOOGLE找了一些SQL的基本語法..也用的很順..早上心血來潮..就安裝了簡易子面板V1.1,當我檔案都修改完之後..也存了檔..要增加SQL語法時..就出現問題了-.-..
不過後來我把要增加的語法後Query Error!
You have an error in your SQL syntax near '; ALTER TABLE `phpbb_forums` ADD `sort_sub` SMALLINT( 5 ) UNSIGNED DEFAULT '0'' at line 1
代碼: 選擇全部
UNSIGNED DEFAULT '0' NOT NULL ;問題..
進入版面後會出現\r
代碼: 選擇全部
Warning: mysql_free_result(): 14 is not a valid MySQL result resource in /home/support/public_html/db/mysql4.php on line 525代碼: 選擇全部
$this->sql_time += $endtime - $starttime;
return $result;
}
else
{
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
(525行) $endtime = $mtime;
$this->sql_time += $endtime - $starttime;
return false;
}
}
function sql_nextid()
{
$mtime = microtime();
$mtime = explode(" ",$mtime);
