badcoffee
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA v3 logo not showingI did that (it was one of the first things I did to troubleshoot). And the “protected by reCAPTCHA” logo appears when I use the Twenty Nineteen theme. And I told the creator of the premium theme this, but they still claim that the problem is with your plugin, and not their theme.
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA v3 logo not showingHi Takayuki- Website with the issue
- This reply was modified 5 years, 5 months ago by badcoffee.
Is there any way that I can send it to you privately? Like I said in my original post, the log file contains client information and I definitely don’t want to share it publicly.
I just tried what you’ve suggested, but unfortunately it didn’t generate any sort of error log. The problem is that the plugin just “hangs” and doesn’t generate an error, so my error log files aren’t changed at all.
Any other possible ways of identifying the problem file?
Yes it is. But it just displays an error at the top of my website saying:
Warning: Missing argument 2 for Better_Mag::better_sticky_sidebar_config() in /home/virtual/site27/fst/var/www/html/wp-content/themes/better-mag/includes/class-better-mag.php on line 1892 Notice: Undefined variable: sidebar_id in /home/virtual/site27/fst/var/www/html/wp-content/themes/better-mag/includes/class-better-mag.php on line 1894
But nothing new gets added to my php-errors.log file. All it says is:
ini_set('log_errors', 'On'); ini_set('error_log', '/full/path/to/php-errors.log');
Forum: Fixing WordPress
In reply to: Changed my "HTML" folder's CHMOD. Now getting Forbidden/Server ErrorLooks like that arrangement works! Thanks for your helpful response, Artur. Case closed! ??
Forum: Fixing WordPress
In reply to: Changed my "HTML" folder's CHMOD. Now getting Forbidden/Server ErrorHi Artur,
I saw that Codex page, but it doesn’t suggest which CHMOD levels are recommended for directories and files. I found this old thread suggesting:
– Directories = 755
– Files = 644Is this accurate? If so, does “directories” mean EVERY folder within my ‘html’ directory (wp-admin, wp-content, wp-includes), or just the HTML folder itself?