13 lines
335 B
Markdown
13 lines
335 B
Markdown
## Troubleshooting
|
|
|
|
1. **Clear Cache**:
|
|
- To clear the cache, run the following command in the main PrestaShop directory:
|
|
```bash
|
|
php bin/console cache:clear
|
|
```
|
|
|
|
2. **Update Libraries**:
|
|
- To update the libraries, run the following command in the `modules/dpdshipping` directory:
|
|
```bash
|
|
composer install
|
|
``` |