diff options
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r-- | install/INSTALL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index ee9900cb8..8ec919369 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -66,7 +66,7 @@ local .htaccess file php.ini file - and with no hosting provider restrictions on the use of exec() and proc_open(). - - curl, gd (with at least jpeg support), mysqli, mbstring, mcrypt, and openssl extensions. The imagick extension is not required but desirable. + - curl, gd (with at least jpeg and png support), mysqli, mbstring, mcrypt, and openssl extensions. The imagick extension is not required but desirable. - some form of email server or email gateway such that PHP mail() works @@ -96,7 +96,7 @@ directory/path component in the URL) is REQUIRED. - make sure folders *store/[data]/smarty3* and *store* exist and are writable by webserver - mkdir -p "store/\[data\]/smarty3" + mkdir -p "store/[data]/smarty3" chmod -R 777 store |