mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add more install instructions
This commit is contained in:
BIN
website/dist/assets/environmentVariables.png
vendored
Normal file
BIN
website/dist/assets/environmentVariables.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -90,7 +90,14 @@ On most webhosting accounts, there's a file created in the directory of libreeve
|
|||||||
The MySQL database you are using is not supported by libreevent or is incorrectly configured. Please ensure that InnoDB is enabled. If you cannot enable it yourself, please contact the DB hosting provider.
|
The MySQL database you are using is not supported by libreevent or is incorrectly configured. Please ensure that InnoDB is enabled. If you cannot enable it yourself, please contact the DB hosting provider.
|
||||||
|
|
||||||
### ERR_ENCODING_NOT_SUPPORTED
|
### ERR_ENCODING_NOT_SUPPORTED
|
||||||
If this error occurs, most likely, the Node.js build of your hosting provider is set to small-icu mode, meaning some localizations are missing, one of which is ascii, which is required by the pdf generator that libreevent uses. To resolve this, please contact the support team of your web hosting company and ask them to enable full-icu for you.
|
If this error occurs, most likely, the Node.js build of your hosting provider is set to small-icu mode, meaning some localizations are missing, one of which is ascii, which is required by the pdf generator that libreevent uses. To resolve this, you will need to download a special package.json file and add two (more) environment variables:
|
||||||
|
- For the package.json file, download it from [here](https://libreevent.janishutz.com/downloads/full-icu/package.json) TODO: Add download!
|
||||||
|
- For the environment variables, add the following:
|
||||||
|
```
|
||||||
|
NODE_ICU_DATA=./node_modules/full-icu
|
||||||
|
FULL_ICU_PREFER_NPM=true
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
### Any other error
|
### Any other error
|
||||||
Please click [here](https://github.com/simplePCBuilding/libreevent/issues/new) to head to GitHub and open a new issue. You will need to have a GitHub Account to open an issue. If you don't have a GitHub account, you may also contact me using my [Bug reporting tool](https://api.janishutz.com/contact/report?origin=libreevent?error=unkown?lang=en).
|
Please click [here](https://github.com/simplePCBuilding/libreevent/issues/new) to head to GitHub and open a new issue. You will need to have a GitHub Account to open an issue. If you don't have a GitHub account, you may also contact me using my [Bug reporting tool](https://api.janishutz.com/contact/report?origin=libreevent?error=unkown?lang=en).
|
||||||
Reference in New Issue
Block a user