• In my WordPress blog I’s using Chitika for some months, and it’s working fine. But with a new theme installed, with WP_DEBUG on, I found it’s showing an error:

    Notice: Undefined index: password in example.com\wp-content\plugins\chitika-premium\premium.php on line 107

    And somehow it has some missing <div> or something, so it’s breaking my sidebar. Where my theme’s designed with:

    <content></content>
    <aside></aside>
    <footer></footer>

    It’s making the theme to generate:

    <content>
      <aside></aside>
      <footer></footer>
    </content>

    http://wordpress.org/plugins/chitika-premium/

  • The topic ‘Notice: Undefined index: password & missing’ is closed to new replies.