Yesterday i installed Farum in my subdomain https://forum.storiespedia.com/
Whenever i try to install a theme via my cpanel Terminal it gives me some short of error...
``
Your requirements could not be resolved to an installable set of packages.
Problem 1
- intervention/image[2.5.0, ..., 2.7.2] require ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
- serakoi/flarumdiscordtheme 0.1.0 requires flarum/core 1.0.0 -> satisfiable by flarum/core[v1.0.0, ..., v1.3.0].
- flarum/core[v1.1.0, ..., v1.3.0] require intervention/image 2.5.* || 2.6.1 -> satisfiable by intervention/image[2.5.0, ..., 2.7.2].
- flarum/core[v1.0.0, ..., v1.0.4] require intervention/image 2.5.0 -> satisfiable by intervention/image[2.5.0, ..., 2.7.2].
- Root composer.json requires serakoi/flarumdiscordtheme 0.1.0 -> satisfiable by serakoi/flarumdiscordtheme[0.1.0].
To enable extensions, verify that they are enabled in your .ini files:
- /opt/alt/php73/etc/php.ini
- /opt/alt/php73/link/conf/alt_php.ini
You can also run php --ini
inside terminal to see which files are used by PHP in CLI mode.
Installation failed, deleting ./composer.json. ``
in my error.log I fond this :-
``
[03-Jun-2022 18:36:49 UTC] PHP Notice: Constant PASSWORD_DEFAULT already defined in /home3/storiesp/public_html/forum/update_pass.php on line 17
[04-Jun-2022 15:57:43 UTC] PHP Warning: require(./site.php): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/index.php on line 10
[04-Jun-2022 15:57:43 UTC] PHP Fatal error: require(): Failed opening required './site.php' (include_path='.:/opt/alt/php73/usr/share/pear') in /home3/storiesp/public_html/forum/index.php on line 10
[04-Jun-2022 16:02:53 UTC] PHP Notice: Constant PASSWORD_DEFAULT already defined in /home3/storiesp/public_html/forum/update_pass.php on line 17
[04-Jun-2022 16:24:41 UTC] PHP Warning: file_put_contents(//storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 16:24:54 UTC] PHP Warning: file_put_contents(//storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 16:25:15 UTC] PHP Warning: file_put_contents(/storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 16:25:59 UTC] PHP Warning: file_put_contents(/public_html//storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 16:36:12 UTC] PHP Warning: file_put_contents(/home/storiesp/public_html/forum/storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 16:36:16 UTC] PHP Warning: file_put_contents(/home/storiesp/public_html/forum/storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 16:36:38 UTC] PHP Warning: file_put_contents(/home/storiesp/public_html/storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 17:24:09 UTC] PHP Warning: file_put_contents(/home/storiesp/storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
[04-Jun-2022 17:33:22 UTC] PHP Warning: file_put_contents(/home/storiesp/forum.storiespedia.com/storage/sessions/irOO5o9uESVSLFm9Khx2TpDLZSMNCmOR9gN3Qgac): failed to open stream: No such file or directory in /home3/storiesp/public_html/forum/vendor/illuminate/filesystem/Filesystem.php on line 187
``
in php.ini i got this
; cPanel-generated php ini directives, do not edit
; Manual editing of this file may result in unexpected behavior.
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
display_errors = On
max_execution_time = 60
max_input_time = 200
max_input_vars = 2000
memory_limit = 256M
post_max_size = 256M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php74"
upload_max_filesize = 512M
zlib.output_compression = Off
Please help me somebody to et rid of this problem... I am new to Flarum..