:::
jill query 簡易查詢
jill_query更新到2.10後無法匯入檔案!
你有同步手動更新?
詳情:https://www.tad0616.net/modules/tadnews/index.php?nsn=282
- 如果主機的PHP版本是PHP5.3以下,那麼,在想辦法升級到PHP5.3以上的版本前,都不建議您做任何更新。
- 如果PHP5.3以上,但XOOPS是2.5.7.x(含)以下的版本,請先升級到 2.5.9(先別急著升級到最新的XOOPS 2.5.10)
- 升級完畢後,先手動下載 tadtools、tad_adm,然後上傳到modules下覆蓋原目錄
- 接著再用線上更新的方式,更新 tad 後台、tad_login等新模組,
- 最後再升級 XOOPS 2.5.10
做完此動作即可
遇到要進行資料管理新增資料時,出現問題
請關閉Mysql的嚴格模式
我是ob2d server
請參考
Create a new .cnf file.
nano /etc/mysql/conf.d/strict_mode.cnf
Paste the following code into that file,
[mysqld] sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
Save and close the file. And then restart MySQL server.
systemctl restart mysql
Open your application and errors should have disappeared.
資料出處:https://vpsfix.com/5266/disable-strict-mode-mysql-5-7-ubuntu-16-04/


