OreilleMalade
Forum Replies Created
-
My mistake… The culprit was the latest update… of BuddyBoss.
They fixed it.
Have a nice day!
Forum: Plugins
In reply to: [WP Debugging] Caught Exception/** * Préfixe de base de données pour les tables de WordPress. * * Vous pouvez installer plusieurs WordPress sur une seule base de données * si vous leur donnez chacune un préfixe unique. * N’utilisez que des chiffres, des lettres non-accentuées, et des caractères soulignés?! */ $table_prefix = 'rcsrd_'; define( 'WP_DEBUG_DISPLAY', false ); define( 'SAVEQUERIES', true ); define( 'SCRIPT_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG', true ); define( 'DISALLOW_FILE_EDIT', true ); /** * Pour les développeurs : le mode déboguage de WordPress.
(I added manually the debug lines because I couldn’t use your plugin)
Forum: Plugins
In reply to: [WP Debugging] Caught ExceptionSure.
$table_prefix = 'rcsrd_';
Forum: Plugins
In reply to: [WP Debugging] Caught ExceptionThe first line is in french, as my WP installation is in french, but I never edited that line.
About the seconde line:
Actually yes the table prefix is not standard on my website (as a security?enhancement I thought it was always a good practice).
Do you mean that it could be the issue?
(FYI you plugin does work on my other website, where the table prefix is not standard?either)Thanks again
Forum: Plugins
In reply to: [WP Debugging] Caught ExceptionMore information:
PHP Fatal error Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /home/XXX/public_html/wp-content/plugins/wp-debugging/src/Bootstrap.php:186 Stack trace: #0 /home/XXX/public_html/wp-content/plugins/wp-debugging/src/Bootstrap.php(186): array_keys() #1 /home/XXX/public_html/wp-includes/class-wp-hook.php(307): Fragen\WP_Debugging\Bootstrap->deactivate() #2 /home/XXX/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters() #3 /home/XXX/public_html/wp-includes/plugin.php(476): WP_Hook->do_action() #4 /home/XXX/public_html/wp-admin/includes/plugin.php(814): do_action() #5 /home/XXX/public_html/wp-admin/plugins.php(209): deactivate_plugins() #6 {main} thrown in /home/XXX/public_html/wp-content/plugins/wp-debugging/src/Bootstrap.php on line 186
Hi @rubengc
Thanks for your fast answer ??
It’s only a display problem, so yes I guess that must be related to the alignment option you’re talking about.
Anyway, I opened a ticket with them as you suggested.Best regards
Hi Andrea,
Of course… I forgot I had it activated…
Thanks, problem solved!Same problem here, also with BuddyBoss latest version.
Error details
Error Level: E_ERROR
Message: Uncaught Error: Call to undefined function function_exist() in /wp-content/plugins/bp-registration-options/includes/admin.php:274
Stack trace:
#0 /wp-includes/class-wp-hook.php(288): bp_registration_options_form_actions(”)
#1 /wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)
#2 /wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /wp-admin/admin.php(170): do_action(‘admin_init’)
#4 {main}
thrown
File: /wp-content/plugins/bp-registration-options/includes/admin.php
Line: 274
Request: /wp-admin/admin.php?page=bp_registration_options_member_requests- This reply was modified 4 years, 8 months ago by OreilleMalade.
Forum: Plugins
In reply to: [BuddyPress Restrict Messages] There was a problem… (friends-only)Totally agree with that ??
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Redirect chain (nexac, fcmatch, rlcdn…)Hi Thomas,
I made some more tests, and I guess you’re right (besides, you said “I am sure” ?? ).
I found this:
https://productforums.google.com/forum/#!topic/adsense/evIPEEZLz4UThanks for your help, I’m closing this topic right now as it’s indeed not related at all to your great plugin.
Best Regards
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Redirect chain (nexac, fcmatch, rlcdn…)Hi Thomas,
I did what you said (disabled all ads in frontend) and the problem disappeared indeed.
But the ad code is simply an AdSense code. Moreover when I use the exact same code with another plugin there is no problem.
Just to be sure, I created new AdSense ads and tested again: problem shows up with Advanced Ads, and not when using the other plugin (FYI: bbpress Simple Advert Units).So I guess the problem is actually related to Advanced Ads?
Correct me if I’m wrong of course ??Thanks for your help!
- This reply was modified 6 years, 3 months ago by OreilleMalade.
Forum: Plugins
In reply to: [MediaPress] There is nothing to see hereHi Brajesh!
Any update? ??
Forum: Plugins
In reply to: [MediaPress] There is nothing to see hereHo Brajesh!
Sadly, the problem is still here…
My guess would be a proble related to bbPress, as bbPress assigns a role to each new user (in bbPress settings): I guess this role is not understood by your pluging?
Regards
- This reply was modified 6 years, 11 months ago by OreilleMalade.
Hi @sterndata
Thanks for your answer ??
The referrer is my own site so it’s like:
mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_header() in MYSITE/wp-includes/theme-compat/embed.php on line 13, referer: https://MYSITE/wp-includes/theme-compat/embed.php
Do you see the error if the site is approached through “proper” pathways?
What do you mean exactly?
Thanks!
Forum: Plugins
In reply to: [Redirection] wp_redirection_404 doesn’t existI created a json fil using the “view” option I managed to get working.
I’m importing and checking if the problem is fixed ??