MyBB Community Forums

Full Version: You have 1 error(s):
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I want to try install php script, but I receive this error:

1) Please install "exif" PHP extension.

Result for
<? phpinfo(); ?>


[Image: exf.jpg]

  • PHP Version 7.4.30
  • cPanel 104.0.10

Thanks in Advance

cPanel 104.0.10
What plugin?
How the code tests for correct installation may be flawed.
make sure exif is enabled in your domain if you access to php.ini in CPanel =>MultiPHP INI Editor

you can add below line to enable it

extension=exif
(2022-09-05, 03:18 PM)Mostafa.Shiraali Wrote: [ -> ]make sure exif is enabled in your domain if you access to php.ini in CPanel =>MultiPHP INI Editor

you can add below line to enable it

extension=exif


Same error, I added

Quote:display_errors = On
max_execution_time = 90
max_input_time = 60
max_input_vars = 1000
memory_limit = 64M
post_max_size = 2G
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php74"
upload_max_filesize = 2G
zlib.output_compression = On
extension=exif
your server is Linux or Windows? if is Windows also enable mbstring extension
also are you using shared host or VPS or Dedicated Server?
(2022-09-06, 07:10 AM)Mostafa.Shiraali Wrote: [ -> ]your server is Linux or Windows? if is Windows also enable mbstring extension
also are you using shared host or VPS or Dedicated Server?

Linux, nginx, Dedicated Server
You didn't answer to the question: which plugin is it ?