# 系统状态

系统状态页面帮助您验证您的Chamilo服务器是否正确配置，并识别潜在问题。

## 访问系统状态

从管理面板中，点击**系统状态**（或**系统信息**）。

## 页面显示内容

![系统状态页面显示PHP配置、数据库状态、文件权限和服务器信息](/files/yTdrJk8HE4POSrLzC8Fo)

### PHP配置

* **PHP版本** — Chamilo 2.0需要PHP 8.2或更高版本
* **必需扩展** — 检查是否安装了所有必要的PHP扩展
* **PHP设置** — 验证重要的PHP设置，如内存限制、上传限制和执行时间

### 数据库状态

* **数据库连接** — 确认数据库可访问
* **数据库版本** — 显示数据库服务器版本

### 文件权限

* **可写目录** — 检查Chamilo是否可以写入所需目录（缓存、上传、日志）

### 服务器信息

* **操作系统** — 服务器操作系统详情
* **Web服务器** — Apache、Nginx或其他
* **磁盘空间** — 可用存储空间

## 推荐检查

定期执行以下检查：

* **安装后** — 验证是否满足所有要求
* **升级后** — 确保PHP版本和扩展仍然兼容
* **出现问题时** — 在排查问题时首先检查系统状态


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-zh-cn/guan-li-zhi-nan/admin-guide/maintenance/system-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
