> For the complete documentation index, see [llms.txt](https://docs.portaldots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portaldots.com/setup/install/lolipop/trouble-shooting.md).

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

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

* **PHPバージョンが8.0以上かどうか確認してください。** PHPバージョンの変更方法は[ロリポップ！レンタルサーバーのマニュアル](https://lolipop.jp/manual/user/php-setting/)を参照してください。
* 「MySQL データベース設定」や「メール配信設定」をしようとしてもエラーになる場合、入力したパスワードなどが間違っていないかご確認ください。
  * 「データベースパスワード」と「メールパスワード」は、通常異なるパスワードです。「データベースパスワード」を入力するべきところ「メールパスワード」を入力してしまっているなど、パスワードの入力に誤りがないかご確認ください。
* 「メール配信設定」にある「メールサーバー(SMTP)のホスト」の入力欄に入力したものが「SMTP メールサーバー」となっているかご確認ください。
  * ロリポップ！レンタルサーバーでは、「SMTP メールサーバー」の他に「POP メールサーバー」や「IMAP メールサーバー」があります。このうち、「POP メールサーバー」や「IMAP メールサーバー」の情報は PortalDots のインストールに不要なものです。

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

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/lolipop/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.
