# こんなときはどうする？

## インストール中にエラーが発生したとき <a href="#insutruniergashitatoki" id="insutruniergashitatoki"></a>

* **PHPバージョンが8.0以上かどうか確認してください。** PHPバージョンの変更方法は[コアサーバーのマニュアル](https://help.coreserver.jp/manual/v2/php-version/)を参照してください。
* 「MySQL データベース設定」や「メール配信設定」をしようとしてもエラーになる場合、入力したパスワードなどが間違っていないかご確認ください。
  * 「データベースパスワード」と「メールパスワード」は、通常異なるパスワードです。「データベースパスワード」を入力するべきところ「メールパスワード」を入力してしまっているなど、パスワードの入力に誤りがないかご確認ください。
* 「ポータルの情報」設定で設定した「実行委員会のメールアドレス」によっては、「メール配信設定」時にエラーとなることがあります。その場合は、一度「ポータルの情報」設定に戻り、違う「実行委員会のメールアドレス」を設定してみてください。

## 「ポータルの情報」を設定後、PortalDots にアクセスできなくなったとき <a href="#ptarunowoportaldots-niakusesudekinakunattatoki" id="ptarunowoportaldots-niakusesudekinakunattatoki"></a>

SSL の設定をしていない状態で、「ポータルの情報」設定の「https 接続を強制する」にチェックを入れると、PortalDots にアクセスできなくなります。

* SSL の設定をしたにも関わらず PortalDots にアクセスできなくなった場合、サーバー側の SSL 設定の処理が完了していない可能性があります。しばらく待ってから再度 PortalDots にアクセスしてください。
* SSL の設定をしていない場合、「[4. 通信を暗号化するために SSL を設定する(無料)](/setup/install/coreserver/ssl.md)」に従って SSL の設定をした後、しばらく待ってから再度 PortalDots にアクセスしてください。

## それでも解決しないとき <a href="#soredemoshinaitoki" id="soredemoshinaitoki"></a>

[PortalDots の LINE 公式アカウント](https://lin.ee/aeee9s9)では、PortalDots のセットアップ方法や利用方法に関する質問を受け付けております(無料)。ぜひご活用ください。

{% hint style="warning" %}
PortalDots開発チームはボランティアによる活動です。LINEでのサポートは解決を保証するものではありません。予めご了承ください。
{% endhint %}


---

# 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.portaldots.com/setup/install/coreserver/trouble-shooting.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.
