系统未就绪
请确保您已经在宝塔面板中:1. 创建了数据库;2. 修改了 db/config.php;3. 访问了 您的域名/db/setup_db.php。
query("SELECT section_key, title, content FROM site_content ORDER BY id ASC"); $allContent = $stmt->fetchAll(); } catch (PDOException $e) { $dbError = "数据库连接失败或未初始化。请检查 db/config.php 并访问 /db/setup_db.php"; error_log("DB Error: " . $e->getMessage()); } ?>
请确保您已经在宝塔面板中:1. 创建了数据库;2. 修改了 db/config.php;3. 访问了 您的域名/db/setup_db.php。