Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
troubleshooting upgrade
  • Loading branch information
Max authored and Max committed Apr 12, 2021
commit 357970d7e6fd9720354aa7abf3eddb35bb52334e
8 changes: 3 additions & 5 deletions docs/administration/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ In this article:
* [Scheduled Jobs are not working](#scheduled-jobs-are-not-working)
* [Running rebuild from CLI](#running-rebuild-from-cli)
* [Running clear cache from CLI](#running-clear-cache-from-cli)
* [EspoCRM is not loading after upgrade](
#running-clear-cache-from-cli)
* [EspoCRM is not loading after upgrade](#espocrm-is-not-loading-after-upgrade)
* [MySQL error: The server requested authentication method unknown to the client](#mysql-error-the-server-requested-authentication-method-unknown-to-the-client)
* [Web browser cache issue](#web-browser-cache-issue)
(#page-elements-are-corrupted-or-javascript-scenario-doesnt-work)
* [Emails are not being fetched](#emails-are-not-being-fetched)
* [Enabling debug mode for a logger](#enabling-debug-mode-for-a-logger)
* [Admin password is lost, can't log in](#admin-password-is-lost-cant-log-in)
Expand All @@ -31,7 +28,7 @@ For Ubuntu server, an apache error log is located at `/var/log/apache2/error.log

## Check system requirements

At Administration > System Requirements. It's important to have all required extensions installed.
At Administration -> System Requirements. It's important to have all required extensions installed.
Copy link
Copy Markdown
Contributor

@yurikuzn yurikuzn Apr 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should > be used instead of ->. Everywhere in all articles.


## Scheduled Jobs are not working

Expand Down Expand Up @@ -85,7 +82,8 @@ Sometimes you need to run rebuild from the command line interface when the appli
```bash
php rebuild.php
```
## Running rebuild from CLI

## Running clear cache from CLI

Sometimes you need to run clear cache from the command line interface when the application is not loading.

Expand Down