Hi guys, when installing Flarum with SSH, Putty gave me this errors:
Created project in .
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- flarum/core v0.1.0-beta requires intervention/image 2.3.0 -> satisfiable by intervention/image[2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2. 3.8].
- flarum/core v0.1.0-beta.2 requires intervention/image 2.3.0 -> satisfiabl e by intervention/image[2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8].
- flarum/core v0.1.0-beta.3 requires intervention/image 2.3.0 -> satisfiabl e by intervention/image[2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8].
- flarum/core v0.1.0-beta.4 requires intervention/image 2.3.0 -> satisfiabl e by intervention/image[2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8].
- flarum/core v0.1.0-beta.5 requires intervention/image 2.3.0 -> satisfiabl e by intervention/image[2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8].
- flarum/core v0.1.0-beta.6 requires intervention/image 2.3.0 -> satisfiabl e by intervention/image[2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8].
- intervention/image 2.3.8 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.7 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.6 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.5 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.4 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.3 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.2 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.1 requires ext-fileinfo -> the requested PHP exte nsion fileinfo is missing from your system.
- intervention/image 2.3.0 requires ext-fileinfo * -> the requested PHP exte nsion fileinfo is missing from your system.
- Installation request for flarum/core 0.1.0 -> satisfiable by flarum/core[ v0.1.0-beta, v0.1.0-beta.2, v0.1.0-beta.3, v0.1.0-beta.4, v0.1.0-beta.5, v0.1.0- beta.6].
To enable extensions, verify that they are enabled in those .ini files:
- /etc/php56/php.ini
- /etc/php56/conf.d/imagick.ini
- /home/[user]/.php/5.6/phprc
You can also run php --ini inside terminal to see which files are used by PH P in CLI mode.
I though it has problem with image stuffs, so the installation should be okay, so I navigate to browser and found this error:
http://prntscr.com/czfyyt
can somebody help with this?
Thanks guys!!