• We’re getting errors with AdRotate, sometimes only after a while when de- and reactivating the plugin. eg. in a custom post type view:

    Notice: Undefined variable: weightoverride in /home/eventmar/public_html/check/wp-content/plugins/adrotate/adrotate-output.php on line 261

    Notice: Undefined offset: 1 in /home/eventmar/public_html/check/wp-content/plugins/adrotate/adrotate-output.php on line 307

    Any ideas? Didn’t find any similar issue, also no infos about “weightoverride” or “Undefined offset”…

    http://wordpress.org/extend/plugins/adrotate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Arnan de Gans

    (@adegans)

    Your server should not output notices… Change your php.ini to not display those things.

    E_ALL & ~E_NOTICE is a good setting for the error reporting.

    It’s probably set to E_ALL now.

    Consult with your webhost if you do not have access to your php.ini file.

    Thread Starter jorgo

    (@jorgo)

    Thanks for your support, it works now …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors after a while’ is closed to new replies.