• Resolved vanBersie

    (@vanbersie)


    After activating the plugin following errors occure:

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead…

    and

    Notice: Undefined index: option in /var/www/…/custom-post-type-pdf-attachment/settings.php on line 12

    It seems that the current plugin version is not compatible with the current wordpress version. Will there be an update soon? Or could you please explain how to do a fix?

    Regards

    https://www.ads-software.com/plugins/custom-post-type-pdf-attachment/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author aviplugins.com

    (@avimegladon)

    Yes you can turn off error reporting from wp-config.php
    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_LOG’, false );

    I will update/ release a new version of the plugin with the bug solved ASAP..

    Plugin Author aviplugins.com

    (@avimegladon)

    The new version of the plugin has this bug fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I get some errors after activting the plugin’ is closed to new replies.