1 頁 (共 1 頁)

發表於 : 2004-05-19 19:56
小竹子

發表於 : 2004-05-19 21:07
台灣阿堂
[php]
#
#-----[ SQL ]------------------------------------------
\n#
# There is an automatic sql installer that works currently for mysql and mssql
# It is neccessary to copy the file sql_install.php to your main phpbb directory and run it from there
# After that, you want to delete the file immediately.
#
# If you prefer to run the queries manually yourself, or to translate it to a different dbms
# than mysql or mssql, the raw queries are located in sql_221.txt, but are only available for mysql.
# I will try to include more dbms's for the installer for future releases, but nothing is guaranteed
# at present
#
[/php]

你有沒有RUN這個??

:-?

發表於 : 2004-05-19 23:14
台灣阿堂
專門搞破壞 寫:
我沒友執行sql_install.php
只有執行 sql_221.txt

兩個都要ㄇ??
只要RUN一個就可以了~

發表於 : 2004-05-19 23:23
台灣阿堂
專門搞破壞 寫: [php]
<td> <b><span class="gen">{INTERESTS}</span></b></td>

</tr>
{CASH}
<tr>
[/php]
改為\r
[php]
<td> <b><span class="gen">{INTERESTS}</span></b></td>
{CASH}
</tr>

<tr>
[/php]

看看

發表於 : 2004-05-19 23:47
台灣阿堂
那就再比對一下修改的檔案
或是檔案有沒有漏拷貝進去了~