• Resolved RyanR

    (@rachelrichardsgmailcom)


    Hello,

    When I activate MaxiCharts 1.7.5, I get the following error displayed across my site. Can you help me fix this so I can use MaxiCharts? I have used in the past with great success. Many thanks!

    Warning: Use of undefined constant MAXICHARTS_DEBUG_LEVEL – assumed ‘MAXICHARTS_DEBUG_LEVEL’ (this will throw an Error in a future version of PHP) in?/…/…/public_html/wp-content/plugins/maxicharts/mcharts_utils.php?on line?96

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

    (@maxicharts)

    Hi @rachelrichardsgmailcom : this is a warning not an error, si maxicharts should work as expected.
    You can just modify your wp-config.php file with:

    define('WP_DEBUG_DISPLAY', false);

    This will be fixed in next release.
    Cheers

    Thread Starter RyanR

    (@rachelrichardsgmailcom)

    Thank you!

    Thread Starter RyanR

    (@rachelrichardsgmailcom)

    Unfortunately the fix of modifying the wp-config.php doesn’t work for me. When I tried it, I got the following warnings:

    Warning: Use of undefined constant MAXICHARTS_DEBUG_LEVEL – assumed ‘MAXICHARTS_DEBUG_LEVEL’ (this will throw an Error in a future version of PHP) in /…/…/public_html/wp-content/plugins/maxicharts/mcharts_utils.php on line 96

    Warning: Cannot modify header information – headers already sent by (output started at /…/…/public_html/wp-content/plugins/maxicharts/mcharts_utils.php:96) in /…/…/public_html/wp-includes/functions.php on line 6221

    Plugin Author maxicharts

    (@maxicharts)

    Can you please delete an re-install Maxicharts, we’ve made a fix.
    Thanks

    Thread Starter RyanR

    (@rachelrichardsgmailcom)

    Works. Many thanks for the speedy fix!!

    Plugin Author maxicharts

    (@maxicharts)

    @rachelrichardsgmailcom : our pleasure !

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