mocotoo
Forum Replies Created
-
@slickchris
Thanks for the fast response.
Yep, I confirm that the version is 4.0.1.
Waiting for the fix. Cheers.Hello. I just updated the plugin e it started to show the following message at the top of all pages (and panel):
Warning: is_readable(): open_basedir restriction in effect. File(/home/mydomain/www/wp-content/plugins/feed-them-social/feed-them-social.php/languages/feed_them_social-pt_BR.mo) is not within the allowed path(s): (/home/mydomain/:/tmp:/opt/remi/php74/root/usr/share:/usr/local/php/7.4/lib/php:/usr/share:/etc/pki/tls/certs:./:/dev/urandom) in?/home/mydomain/www/wp-includes/l10n.php?on line?761
I changed to the new shortcode and the feed is working fine. But I really need to take this error message off as soon as possible. I don’t feel easy to add specific permission on my server to solve this. What should I do?
Thanks in advance.Forum: Plugins
In reply to: [Email to Download] Keep asking me to select download even after selecting it@baddogg99 Thank you very much!
This solution worked for me.Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] contact form 7 + recaptcha not working@dubiz84 soluction worked for me, nothing more did the job.
I’ve put de google div code in the end of the form like this:
<div class=”g-recaptcha” data-sitekey=”yoursitekeyxxxxx”></div>
And, for aditional, i’ve put the script of the google recaptcha client side integration on my theme’s head:
<script src='https://www.google.com/recaptcha/api.js'></script>
Now recaptcha is working and has to be clicked so the form can be send. The only thing “weird” is that contact form 7 does not tell that the error to not send the form when I don’t click in captcha is because it was not marked, it says only that it got an error to send the form. But I can live with that.