|
@@ -6,13 +6,13 @@ To run Lychee, everything you need is a web-server with PHP 5.3 or later and a M
|
|
|
|
|
|
#### I can't upload photos
|
|
|
If you experience problems uploading large photos, you might want to change the PHP parameters in `.htaccess` (if you are using the PHP Apache module) or in `.user.ini` (if you are using PHP >= 5.3 with CGI or FastCGI).
|
|
|
+
|
|
|
If possible, change these settings directly in your `php.ini`. We recommend to increase the values of the following properties:
|
|
|
|
|
|
max_execution_time = 200
|
|
|
- post_max_size = 200M
|
|
|
- upload_max_size = 200M
|
|
|
+ post_max_size = 100M
|
|
|
+ upload_max_size = 100M
|
|
|
upload_max_filesize = 20M
|
|
|
- max_file_uploads = 100
|
|
|
memory_limit = 256M
|
|
|
|
|
|
#### Which browsers are supported?
|
|
@@ -45,5 +45,8 @@ No. Video support is not planned.
|
|
|
#### Is it possible to create multiple users?
|
|
|
[No, not yet.](https://github.com/electerious/Lychee/issues/132)
|
|
|
|
|
|
+#### Does Lychee use ImageMagick?
|
|
|
+Yes. Lychee uses ImageMagick when available.
|
|
|
+
|
|
|
#### Blank screen when viewing a photo using iOS
|
|
|
There's a problem with images compressed by ImageOptim. [Read more.](https://github.com/electerious/Lychee/issues/175#issuecomment-47403992)
|