# Common Issues & Fixes

### Site Images, Icon or Images are not loading

To fix this, please run the following command from the terminal.

```bash
php artisan storage:link
```

Make sure symbolic links are enabled in your hosting server. Also, please check the following variables in the .env file are set as follows.

```
APP_INSTALLED=true
APP_VERSION=current_qwiktest_version
```

If you can't find the above variables in the .env file, kindly add the above and save the file.

### **Syllabus/Sub Categories are not showing**

You need to create subcategories and map sections to the subcategories. Then they will become visible.​ Please refer to the following page thoroughly.

{% content-ref url="/pages/-Mce-Oms9YOZLK3KTz1-" %}
[Manage Categories](/qwiktest/master-data/manage-categories.md)
{% endcontent-ref %}


---

# 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://nearchip.gitbook.io/qwiktest/other/common-issues-and-fixes.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.
