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?
-
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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login