Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cscart でデータベース クエリ エラーを確認するにはどうすればよいですか? config.php でデバッグ モードを設定し、管理パネルで smarty のデバッグ モードを設定しましたが、常に意味のないエラー「エラーが発生しました」が表示されます。開発中のアドオンをデバッグするのは非常に困難です。
ありがとう。
見つけた。追加
define('DEBUG_QUERIES',true);
config.local.php ファイルで :)
ログにエラーを表示することもできますが、データベースのログを有効にする必要があります
バレンティン