Quick Question About Unmanaged Wordpress
-
Hello, I have a wordpress theme and it requires some functions to be enabled on server.
PHP Zip extension needs to be installed. I'm assuming this is already done. But how do I check?
allow_url_fopen = on (added this to my php.ini)
allow_url_include = on (added this to my php.ini)Do I need to do anything else on my end?
-
@dreamcatch22 You might have to restart the app after making php.ini changes. Apart from that, you can install something like https://wordpress.org/plugins/php-info-wp/ which should give you phpinfo output to verify is the extensions are enabled.