cancel
Showing results for 
Search instead for 
Did you mean: 

Problem installing Magento2 extensions

Problem installing Magento2 extensions

Hi

 

Seeking help!

 

I installed Magento 2.2.3 version using Softaculous from CPanel

 

Tried installing the extensions but error message shows :

 

M2 ExtError.jpg

 

Tells me to search for a php.ini file but my public_html folder has no php.ini to change (as we can't have access rights to it). Alternatively I have searched out under  /magento2 there is a .htaccess file that shows 

 

## adjust memory limit

    php_value memory_limit 756M
    php_value max_execution_time 18000

Change it ...

 

<IfModule mod_php5.c>
############################################
## adjust memory limit

php_value always_populate_raw_post_data -1
php_value memory_limit 800M
php_value max_execution_time 18000

############################################
## disable automatic session start
## before autoload was initialized

php_flag session.auto_start off

############################################
## enable resulting html compression

#php_flag zlib.output_compression on

###########################################
## disable user agent verification to not break multiple image upload

php_flag suhosin.session.cryptua off
</IfModule>
<IfModule mod_php7.c>
############################################
## adjust memory limit

php_value always_populate_raw_post_data -1
php_value memory_limit 800M
php_value max_execution_time 18000

 

SAVED fille

 

login again flush cache. Problem still persist. 

 

Anyone has the same problem. Any resolved answer. Thanks 

2 REPLIES 2

Re: Problem installing Magento2 extensions

Hello @jerry_ng

 

for me image is not showing.

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Problem installing Magento2 extensions

@ Sunil - what sort of image