mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-28 14:01:05 -05:00
mmh, mention it in the troubleshooting guide
This commit is contained in:
parent
7a00074f05
commit
b8b39a7fd2
@ -34,7 +34,6 @@ Installation
|
|||||||
|
|
||||||
* The database structure will be created automatically if it doesn't exist.
|
* The database structure will be created automatically if it doesn't exist.
|
||||||
* No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
|
* No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
|
||||||
* You need to have the GD extension for PHP enabled so that the QR codes are rendered.
|
|
||||||
* To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
|
* To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
|
||||||
* */5 * * * * curl --silent http://yoursite.com/cron/[key]
|
* */5 * * * * curl --silent http://yoursite.com/cron/[key]
|
||||||
|
|
||||||
|
@ -37,6 +37,12 @@ PHP FastCGI must be running. See the php-fcgi section under Nginx.
|
|||||||
|
|
||||||
### Cherokee
|
### Cherokee
|
||||||
|
|
||||||
|
### PHP
|
||||||
|
|
||||||
|
#### The QR file isn't created and the image isn't showed
|
||||||
|
|
||||||
|
You need to have the GD extension for PHP installed and enabled so that the QR codes are rendered.
|
||||||
|
|
||||||
Still have a problem?
|
Still have a problem?
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user