• Resolved thelapara

    (@thelapara)


    Black Studio Tiny MCE worked great until I ran the update to 2.0 today. Now I get this message on my website.

    Warning: Missing argument 2 for Black_Studio_TinyMCE_Compatibility_Plugins::wpml_widget_text() in /homepages/44/d248035776/htdocs/B2V/wp-content/plugins/black-studio-tinymce-widget/includes/class-compatibility-plugins.php on line 107

    Warning: Missing argument 2 for Black_Studio_TinyMCE_Text_Filters::wp_kses_post() in /homepages/44/d248035776/htdocs/B2V/wp-content/plugins/black-studio-tinymce-widget/includes/class-text-filters.php on line 88

    Warning: Missing argument 2 for Black_Studio_TinyMCE_Text_Filters::autoembed() in /homepages/44/d248035776/htdocs/B2V/wp-content/plugins/black-studio-tinymce-widget/includes/class-text-filters.php on line 102

    Warning: Missing argument 2 for Black_Studio_TinyMCE_Text_Filters::convert_smilies() in /homepages/44/d248035776/htdocs/B2V/wp-content/plugins/black-studio-tinymce-widget/includes/class-text-filters.php on line 120

    Warning: Missing argument 2 for Black_Studio_TinyMCE_Text_Filters::wpautop() in /homepages/44/d248035776/htdocs/B2V/wp-content/plugins/black-studio-tinymce-widget/includes/class-text-filters.php on line 136

    Warning: Missing argument 2 for Black_Studio_TinyMCE_Text_Filters::do_shortcode() in /homepages/44/d248035776/htdocs/B2V/wp-content/plugins/black-studio-tinymce-widget/includes/class-text-filters.php on line 152

    https://www.ads-software.com/plugins/black-studio-tinymce-widget/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Thanks for the report. Unfortunately I can’t reproduce the problem, so please answer the following:
    – Which WordPress version are you running?
    – Which other widgets are you using? (I.e. plain text)
    – Which theme are you using?
    – Which other plugins have you activated?

    Please take a look to our FAQ about troubleshooting.

    If you want to temporarily revert to previous version 1.4.8 you may download it from here.

    Thread Starter thelapara

    (@thelapara)

    Which WordPress version are you running? 4.0
    – Which other widgets are you using? (I.e. plain text) Im using in conjunction with “Content Text Slider”
    – Which theme are you using? New Gamer
    – Which other plugins have you activated? A lot of them. This is the website for the content text slider. https://www.gopiplus.com/work/2012/01/02/content-text-slider-on-post-wordpress-plugin/

    Plugin Author Marco Chiesi

    (@marcochiesi)

    It looks like you are having some code in a plugin or in the theme, that is calling the widget_text hook with a single parameter (while WordPress natively uses 2)
    There’s probably something like this:
    apply_filters( 'widget_text', $text );

    Are you able to perform a search on your php source files (everything that is under wp-content) for the occurrences of the string widget_text?

    Anyway I think I could provide a quickfix.

    Thread Starter thelapara

    (@thelapara)

    I am not sure how to do that. I can pull up my files through filezilla but am not sure how to run a search through it. I did revert back to the older version and it solved the problem, but that is only a short term fix.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Please try with version 2.0.1 which should fix the issue.

    Thread Starter thelapara

    (@thelapara)

    That worked. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error after update’ is closed to new replies.