• Resolved Rudolph Smits

    (@rudolph-smits)


    In Debug mode I get many az-index notices as for instance:
    Notice: Undefined index: action in /home/deb48514/domains/magoster.nl/public_html/wp/wp-content/plugins/azindex/az-index-admin.php on line 1321.

    It is about this part in az-index-admin.php:
    function az_request() {
    az_trace(‘fn:az_request’);
    $this->action = $_GET[‘action’]; <== line 1321
    if (empty($this->action)) {
    if (empty($_POST[‘cancel’])) {
    $this->action = $_POST[‘action’];
    } else {
    $this->action = ‘cancel’;
    }
    }
    Other notices are: Undefined variable, Undefined property. They appear for every blog-title in the list.

    Now without debug-mode the page functions well, so there seems to be no problem. Nevertheless an other plugin (Better Google XML) might not restart because of this. How can these notices be fixed?

    Cheers
    Rudolph Smits, Netherlands

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘AZ-index Notice: Undefined index’ is closed to new replies.