Drivingralle
Forum Replies Created
-
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Deprecated Methods running php7.0.0Hey!
Love the plugin and use it in all my sites.
Would be great to see that notice fixed for PHP 7 Support.Greetings
derRALFForum: Plugins
In reply to: [Cachify] cachify/inc/cachify.class.phpHey!
Thanks for the hint.
We are on it.
Greetings
derRALFHey!
I get the same error in the wp-admin.
The error don’t show up in the front end.I get it in a WordPress 4.3.1 install with no other plugins. If I deactivate this plugin too the error is gone.
If you put this in your function the error should show up.
define( ‘WP_DEBUG’, true );Notice: has_cap wurde mit einem Parameter oder Argument aufgerufen, der seit Version 2.0 veraltet ist! Die Benutzung von user_level in Plugins und Themes ist veraltet. Nutze stattdessen das Abfragen von roles oder capabilities. in /wp-includes/functions.php on line 3570
Sorry for the german error message body.
Greetings
derRALFForum: Plugins
In reply to: [Smart Hashtags [#hashtagger]] Remove hashtag links from post listHey!
When I deactivate the plugin the links inside the posts lists are gone. Also when I unchekc the swcc_htg_sectiontype_title option they are gone.
I guess there is a check missing if the processed title is in frontend or admin.
Greetings
derRALFForum: Plugins
In reply to: [NS Cloner - Site Copier] Change site title on cloneLooks good.
resolved!
Forum: Plugins
In reply to: [Multisite Admin Bar Switcher] List ordering breaks by lowercase blognameLooks fine with WP 4.1 and and plugin version 1.0.12.
Thanks for the quick bug fix.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Change site title on cloneHey!
I updated to version 3.0.4.8 an still the value/string I enter into the “Give the Target site a Title” field don’t end up in my db. I searched for that with phpMyAdmin.
My source site has the blogname “Clone Master” and every cloned site I add have the same wrong blogname in the db. wp_%%_options -> blogname.
In the long logfile this line suddenly updates the db to a wrong blogname:
INSERT INTO wp_%%_options via wpdb --> Array ( [option_id] => 2 [option_name] => blogname [option_value] => Clone Master [autoload] => yes )
On top it’s still fine:
New site with name 'testsite' and title 'Testthing' (https://www.test.lokal/testsite) successfully created!
Any thoughts about it?
Greetings
RALFForum: Plugins
In reply to: [Error Log Monitor] Clearing log on refrehThanks for fixing.
I tested it with 4.0.1: works fine.Vote for this!
Forum: Plugins
In reply to: [Error Log Monitor] Does this work with WP 3.8.1? and multisite?I run it with Multisite on 4.0.
Displaying errors and finding log-file works fine.
Didn’t tested the log-mailing.Forum: Plugins
In reply to: [Smart Hashtags [#hashtagger]] Special charactersHey!
Works great with ü, ? und ?. Didn’t tested the Rest.
Maybe add this Filter?
function swcc_htg_generate_tags( $postid ) { wp_set_post_tags( $postid, swcc_htg_get_hashtags_from_content( get_post_field('post_content', $postid) ), apply_filters( 'swcc_htg_toggel_append_tags', false ) ); }
Greetings
derRALFForum: Plugins
In reply to: [WP-Memory-Usage] Error on localhostStrict Standards: Redefining already defined constructor for class admin_subpages in […]/wp-content/plugins/post-plugin-library/admin-subpages.php on line 22
Why is a admin-page loaded in frontend?
Forum: Plugins
In reply to: [Smart Hashtags [#hashtagger]] Special charactersHey!
For my use-case including the title would make sense. Maybe add a filter so I can modify it to my needs.
Grü?e ??
derRALFForum: Plugins
In reply to: [Featured Galleries] PHP Notice on saving custom menuSimilar error on saving an existing post at my site:
Notice: Undefined index: fg_perm_noncedata in /wp-content/plugins/featured-galleries/components/metabox.php on line 52Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Bug in Media Library PopupFix works great.