katikos
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Zoom Integration] Error message after Events Manager updateThe problem is solved with the newest update, thanks!
Forum: Plugins
In reply to: [Events Manager - Zoom Integration] Error message after Events Manager update@yohoost
The stackexchange discussion that I mentioned in the post before WP_DEBUG is not set, but I’m still getting warnings gives some explanations. I copied and pasted just the 6 lines of the accepted solution there into wp-config.php. Doesn’t this work for you?Forum: Plugins
In reply to: [Events Manager - Zoom Integration] Error message after Events Manager update@alliecat75
You are probably aware of the possibility to edit wp-config.php for debugging options, as described here Editing wp-config.php #debug.There are more options to do there, and some google searches and the instructions as described in this article worked for me:
WP_DEBUG is not set, but I’m still getting warningsHope this helps!
It shows the full path, and I installed and re-installed from the wordpress repository.
Today I made another Wordfence scan using stricter conditions – and no more modified files show up.
I do not know why, but the topic seems resolved.
Thanks anyway
Forum: Plugins
In reply to: [Ocean Extra] Ocean Extra interferes with Plugin WP Nav Plus… eeehm, minor correction on second line of code
function my_nav_args( $args ) { if ( 'Mein Menu' == $args['menu'] ) { $args['fallback_cb'] = 'WP_Nav_Plus_Start_Depth::fallback'; } return $args; } add_filter( 'wp_nav_menu_args', 'my_nav_args', 20, 1 );Forum: Plugins
In reply to: [Ocean Extra] Ocean Extra interferes with Plugin WP Nav PlusYes, it was helpful. And it works with the following lines in functions.php
[code]
function my_nav_args( $args ) {if ( "Mein Menu" == $args['menu']->name ) {
$args['fallback_cb'] = 'WP_Nav_Plus_Start_Depth::fallback';
}return $args;
}
add_filter( 'wp_nav_menu_args', 'my_nav_args', 20, 1 );
[/code]Many thanks for your quick response!
Resolved for me.thanks for the reply, much appreciated.
I checked dashboard em settings, general:
Title ‘events submit form’: use visual editor – yes, show form again – yes
Title ‘submit events anonymously’: allow – noOne one subsite, dashboard view ‘events’:
in the list: 35, All: 38, Published: 37, Draft 1, ‘pending for review: 2’ records in db table wp_em_events with the corresponding blog id: 64Forum: Plugins
In reply to: [Bot Block - Stop Spam Referrals in Google Analytics] Error messageno, I see the exact same error messages as written by mhairilongmuir, and they appear on subdomains sites, not on the main site.
Forum: Plugins
In reply to: [Bot Block - Stop Spam Referrals in Google Analytics] Error messageI see the same error on my multisite installation, with subdomains.
The bot block plugin ist network-wide activated. The error message is visible on sub sites but not on the main site.
Thank you for looking into it!
sure, here it is http://pastebin.com/pzgGepGT
hope this helps
Hi
Since 2 days I have the same error, on a little wp multisite subdomain network. I cleared the cache, reauthorized the plugin, deleted and reistalled it – no luck.
My server is in Switzerland.Help is appreciated!