Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    I’ve set all permalinks to simple for the moment, and updated all inner links to ?page_id=XXX format because I needed the site to be up.
    If I use Chrome’s private mode, everything works fine with ?page_id.
    As for the server, I think it runs under Apache (the provider actually uses Plesk).

    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    No underfortunately, it is a shared hosting I can’t create a test environment.
    I already tried disabling all widgets but it didn’t fix the problem.

    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    No this folder doesn’t exist.

    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    I’ve commented the three lines in the htaccess, and activated the debug mode, but the debug.log file is empty.

    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    I’m sorry but what do you mean by “plain” ?
    If I put nothing in the permalink structure, it defaults to “simple”. (?p=123)
    I don’t want this result as it is not user friendly.

    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    Here’s the output:

    
    object(WP_Rewrite)#4339 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3262 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#4339 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#4396 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3262 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#4396 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3262 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3270 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3262 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#4337 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3270 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3262 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3270 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3262 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3268 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#4339 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    object(WP_Rewrite)#3262 (24) {
      ["permalink_structure"]=>
      string(12) "/%postname%/"
      ["use_trailing_slashes"]=>
      bool(true)
      ["author_base"]=>
      string(6) "author"
      ["search_base"]=>
      string(6) "search"
      ["comments_base"]=>
      string(8) "comments"
      ["pagination_base"]=>
      string(4) "page"
      ["comments_pagination_base"]=>
      string(12) "comment-page"
      ["feed_base"]=>
      string(4) "feed"
      ["front"]=>
      string(1) "/"
      ["root"]=>
      string(0) ""
      ["index"]=>
      string(9) "index.php"
      ["matches"]=>
      string(0) ""
      ["rules"]=>
      NULL
      ["extra_rules"]=>
      array(0) {
      }
      ["extra_rules_top"]=>
      array(0) {
      }
      ["non_wp_rules"]=>
      array(0) {
      }
      ["extra_permastructs"]=>
      array(0) {
      }
      ["endpoints"]=>
      array(0) {
      }
      ["use_verbose_rules"]=>
      bool(false)
      ["use_verbose_page_rules"]=>
      bool(true)
      ["rewritecode"]=>
      array(11) {
        [0]=>
        string(6) "%year%"
        [1]=>
        string(10) "%monthnum%"
        [2]=>
        string(5) "%day%"
        [3]=>
        string(6) "%hour%"
        [4]=>
        string(8) "%minute%"
        [5]=>
        string(8) "%second%"
        [6]=>
        string(10) "%postname%"
        [7]=>
        string(9) "%post_id%"
        [8]=>
        string(8) "%author%"
        [9]=>
        string(10) "%pagename%"
        [10]=>
        string(8) "%search%"
      }
      ["rewritereplace"]=>
      array(11) {
        [0]=>
        string(10) "([0-9]{4})"
        [1]=>
        string(12) "([0-9]{1,2})"
        [2]=>
        string(12) "([0-9]{1,2})"
        [3]=>
        string(12) "([0-9]{1,2})"
        [4]=>
        string(12) "([0-9]{1,2})"
        [5]=>
        string(12) "([0-9]{1,2})"
        [6]=>
        string(7) "([^/]+)"
        [7]=>
        string(8) "([0-9]+)"
        [8]=>
        string(7) "([^/]+)"
        [9]=>
        string(8) "([^/]+?)"
        [10]=>
        string(4) "(.+)"
      }
      ["queryreplace"]=>
      array(11) {
        [0]=>
        string(5) "year="
        [1]=>
        string(9) "monthnum="
        [2]=>
        string(4) "day="
        [3]=>
        string(5) "hour="
        [4]=>
        string(7) "minute="
        [5]=>
        string(7) "second="
        [6]=>
        string(5) "name="
        [7]=>
        string(2) "p="
        [8]=>
        string(12) "author_name="
        [9]=>
        string(9) "pagename="
        [10]=>
        string(2) "s="
      }
      ["feeds"]=>
      array(5) {
        [0]=>
        string(4) "feed"
        [1]=>
        string(3) "rdf"
        [2]=>
        string(3) "rss"
        [3]=>
        string(4) "rss2"
        [4]=>
        string(4) "atom"
      }
    }
    
    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    Thanks for trying to help @autotutorial
    I’ve done as you suggested, yet the problem persists.
    Here is a var_dump for the $GLOBALS[‘wp_rewrite’]

    
    { 
    ["permalink_structure"]=> string(12) "/%postname%/" 
    ["use_trailing_slashes"]=> bool(true) 
    ["author_base"]=> string(6) "author" 
    ["search_base"]=> string(6) "search" 
    ["comments_base"]=> string(8) "comments" 
    ["pagination_base"]=> string(4) "page" 
    ["comments_pagination_base"]=> string(12) "comment-page" 
    ["feed_base"]=> string(4) "feed" 
    ["front"]=> string(1) "/" 
    ["root"]=> string(0) "" 
    ["index"]=> string(9) "index.php" 
    ["matches"]=> string(0) "" 
    ["rules"]=> array(108) { 
    ["sitemap_index\.xml$"]=> string(19) "index.php?sitemap=1" 
    ["([^/]+?)-sitemap([0-9]+)?\.xml$"]=> string(51) "index.php?sitemap=$matches[1]&sitemap_n=$matches[2]" 
    ["([a-z]+)?-?sitemap\.xsl$"]=> string(39) "index.php?yoast-sitemap-xsl=$matches[1]" 
    ["^wp-json/?$"]=> string(22) "index.php?rest_route=/" 
    ["^wp-json/(.*)?"]=> string(33) "index.php?rest_route=/$matches[1]" 
    ["^index.php/wp-json/?$"]=> string(22) "index.php?rest_route=/" 
    ["^index.php/wp-json/(.*)?"]=> string(33) "index.php?rest_route=/$matches[1]" 
    ["category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(52) "index.php?category_name=$matches[1]&feed=$matches[2]" 
    ["category/(.+?)/(feed|rdf|rss|rss2|atom)/?$"]=> string(52) "index.php?category_name=$matches[1]&feed=$matches[2]" 
    ["category/(.+?)/embed/?$"]=> string(46) "index.php?category_name=$matches[1]&embed=true" 
    ["category/(.+?)/page/?([0-9]{1,})/?$"]=> string(53) "index.php?category_name=$matches[1]&paged=$matches[2]" 
    ["category/(.+?)/?$"]=> string(35) "index.php?category_name=$matches[1]" 
    ["tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(42) "index.php?tag=$matches[1]&feed=$matches[2]" 
    ["tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(42) "index.php?tag=$matches[1]&feed=$matches[2]" 
    ["tag/([^/]+)/embed/?$"]=> string(36) "index.php?tag=$matches[1]&embed=true" 
    ["tag/([^/]+)/page/?([0-9]{1,})/?$"]=> string(43) "index.php?tag=$matches[1]&paged=$matches[2]" 
    ["tag/([^/]+)/?$"]=> string(25) "index.php?tag=$matches[1]" 
    ["type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(50) "index.php?post_format=$matches[1]&feed=$matches[2]" 
    ["type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(50) "index.php?post_format=$matches[1]&feed=$matches[2]" 
    ["type/([^/]+)/embed/?$"]=> string(44) "index.php?post_format=$matches[1]&embed=true" 
    ["type/([^/]+)/page/?([0-9]{1,})/?$"]=> string(51) "index.php?post_format=$matches[1]&paged=$matches[2]" 
    ["type/([^/]+)/?$"]=> string(33) "index.php?post_format=$matches[1]" 
    ["wpephpcompat_jobs/[^/]+/attachment/([^/]+)/?$"]=> string(32) "index.php?attachment=$matches[1]" 
    ["wpephpcompat_jobs/[^/]+/attachment/([^/]+)/trackback/?$"]=> string(37) "index.php?attachment=$matches[1]&tb=1" 
    ["wpephpcompat_jobs/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["wpephpcompat_jobs/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["wpephpcompat_jobs/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$"]=> string(50) "index.php?attachment=$matches[1]&cpage=$matches[2]" 
    ["wpephpcompat_jobs/[^/]+/attachment/([^/]+)/embed/?$"]=> string(43) "index.php?attachment=$matches[1]&embed=true" 
    ["wpephpcompat_jobs/([^/]+)/embed/?$"]=> string(50) "index.php?wpephpcompat_jobs=$matches[1]&embed=true" 
    ["wpephpcompat_jobs/([^/]+)/trackback/?$"]=> string(44) "index.php?wpephpcompat_jobs=$matches[1]&tb=1" 
    ["wpephpcompat_jobs/([^/]+)/page/?([0-9]{1,})/?$"]=> string(57) "index.php?wpephpcompat_jobs=$matches[1]&paged=$matches[2]" 
    ["wpephpcompat_jobs/([^/]+)/comment-page-([0-9]{1,})/?$"]=> string(57) "index.php?wpephpcompat_jobs=$matches[1]&cpage=$matches[2]" 
    ["wpephpcompat_jobs/([^/]+)(?:/([0-9]+))?/?$"]=> string(56) "index.php?wpephpcompat_jobs=$matches[1]&page=$matches[2]" 
    ["wpephpcompat_jobs/[^/]+/([^/]+)/?$"]=> string(32) "index.php?attachment=$matches[1]" 
    ["wpephpcompat_jobs/[^/]+/([^/]+)/trackback/?$"]=> string(37) "index.php?attachment=$matches[1]&tb=1" 
    ["wpephpcompat_jobs/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["wpephpcompat_jobs/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["wpephpcompat_jobs/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$"]=> string(50) "index.php?attachment=$matches[1]&cpage=$matches[2]" 
    ["wpephpcompat_jobs/[^/]+/([^/]+)/embed/?$"]=> string(43) "index.php?attachment=$matches[1]&embed=true" 
    ["robots\.txt$"]=> string(18) "index.php?robots=1" 
    [".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$"]=> string(18) "index.php?feed=old" 
    [".*wp-app\.php(/.*)?$"]=> string(19) "index.php?error=403" 
    [".*wp-register.php$"]=> string(23) "index.php?register=true" 
    ["feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(27) "index.php?&feed=$matches[1]" 
    ["(feed|rdf|rss|rss2|atom)/?$"]=> string(27) "index.php?&feed=$matches[1]" 
    ["embed/?$"]=> string(21) "index.php?&embed=true" 
    ["page/?([0-9]{1,})/?$"]=> string(28) "index.php?&paged=$matches[1]" 
    ["comment-page-([0-9]{1,})/?$"]=> string(39) "index.php?&page_id=12&cpage=$matches[1]" 
    ["comments/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(42) "index.php?&feed=$matches[1]&withcomments=1" 
    ["comments/(feed|rdf|rss|rss2|atom)/?$"]=> string(42) "index.php?&feed=$matches[1]&withcomments=1" 
    ["comments/embed/?$"]=> string(21) "index.php?&embed=true" 
    ["search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(40) "index.php?s=$matches[1]&feed=$matches[2]" 
    ["search/(.+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(40) "index.php?s=$matches[1]&feed=$matches[2]" 
    ["search/(.+)/embed/?$"]=> string(34) "index.php?s=$matches[1]&embed=true" 
    ["search/(.+)/page/?([0-9]{1,})/?$"]=> string(41) "index.php?s=$matches[1]&paged=$matches[2]" 
    ["search/(.+)/?$"]=> string(23) "index.php?s=$matches[1]" 
    ["author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(50) "index.php?author_name=$matches[1]&feed=$matches[2]" 
    ["author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(50) "index.php?author_name=$matches[1]&feed=$matches[2]" 
    ["author/([^/]+)/embed/?$"]=> string(44) "index.php?author_name=$matches[1]&embed=true" 
    ["author/([^/]+)/page/?([0-9]{1,})/?$"]=> string(51) "index.php?author_name=$matches[1]&paged=$matches[2]" 
    ["author/([^/]+)/?$"]=> string(33) "index.php?author_name=$matches[1]" 
    ["([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(80) "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]" 
    ["([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$"]=> string(80) "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]" 
    ["([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$"]=> string(74) "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true" 
    ["([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$"]=> string(81) "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]" 
    ["([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$"]=> string(63) "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]" 
    ["([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(64) "index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]" 
    ["([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$"]=> string(64) "index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]" 
    ["([0-9]{4})/([0-9]{1,2})/embed/?$"]=> string(58) "index.php?year=$matches[1]&monthnum=$matches[2]&embed=true" 
    ["([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$"]=> string(65) "index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]" 
    ["([0-9]{4})/([0-9]{1,2})/?$"]=> string(47) "index.php?year=$matches[1]&monthnum=$matches[2]" 
    ["([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(43) "index.php?year=$matches[1]&feed=$matches[2]" 
    ["([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$"]=> string(43) "index.php?year=$matches[1]&feed=$matches[2]" 
    ["([0-9]{4})/embed/?$"]=> string(37) "index.php?year=$matches[1]&embed=true" 
    ["([0-9]{4})/page/?([0-9]{1,})/?$"]=> string(44) "index.php?year=$matches[1]&paged=$matches[2]" 
    ["([0-9]{4})/?$"]=> string(26) "index.php?year=$matches[1]" 
    [".?.+?/attachment/([^/]+)/?$"]=> string(32) "index.php?attachment=$matches[1]" 
    [".?.+?/attachment/([^/]+)/trackback/?$"]=> string(37) "index.php?attachment=$matches[1]&tb=1" 
    [".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    [".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    [".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$"]=> string(50) "index.php?attachment=$matches[1]&cpage=$matches[2]" 
    [".?.+?/attachment/([^/]+)/embed/?$"]=> string(43) "index.php?attachment=$matches[1]&embed=true" 
    ["(.?.+?)/embed/?$"]=> string(41) "index.php?pagename=$matches[1]&embed=true" 
    ["(.?.+?)/trackback/?$"]=> string(35) "index.php?pagename=$matches[1]&tb=1" 
    ["(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(47) "index.php?pagename=$matches[1]&feed=$matches[2]" 
    ["(.?.+?)/(feed|rdf|rss|rss2|atom)/?$"]=> string(47) "index.php?pagename=$matches[1]&feed=$matches[2]" 
    ["(.?.+?)/page/?([0-9]{1,})/?$"]=> string(48) "index.php?pagename=$matches[1]&paged=$matches[2]" 
    ["(.?.+?)/comment-page-([0-9]{1,})/?$"]=> string(48) "index.php?pagename=$matches[1]&cpage=$matches[2]" 
    ["(.?.+?)(?:/([0-9]+))?/?$"]=> string(47) "index.php?pagename=$matches[1]&page=$matches[2]" 
    ["[^/]+/attachment/([^/]+)/?$"]=> string(32) "index.php?attachment=$matches[1]" 
    ["[^/]+/attachment/([^/]+)/trackback/?$"]=> string(37) "index.php?attachment=$matches[1]&tb=1" 
    ["[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$"]=> string(50) "index.php?attachment=$matches[1]&cpage=$matches[2]" 
    ["[^/]+/attachment/([^/]+)/embed/?$"]=> string(43) "index.php?attachment=$matches[1]&embed=true" 
    ["([^/]+)/embed/?$"]=> string(37) "index.php?name=$matches[1]&embed=true" 
    ["([^/]+)/trackback/?$"]=> string(31) "index.php?name=$matches[1]&tb=1" 
    ["([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(43) "index.php?name=$matches[1]&feed=$matches[2]" 
    ["([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(43) "index.php?name=$matches[1]&feed=$matches[2]" 
    ["([^/]+)/page/?([0-9]{1,})/?$"]=> string(44) "index.php?name=$matches[1]&paged=$matches[2]" 
    ["([^/]+)/comment-page-([0-9]{1,})/?$"]=> string(44) "index.php?name=$matches[1]&cpage=$matches[2]" 
    ["([^/]+)(?:/([0-9]+))?/?$"]=> string(43) "index.php?name=$matches[1]&page=$matches[2]" 
    ["[^/]+/([^/]+)/?$"]=> string(32) "index.php?attachment=$matches[1]" 
    ["[^/]+/([^/]+)/trackback/?$"]=> string(37) "index.php?attachment=$matches[1]&tb=1" 
    ["[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$"]=> string(49) "index.php?attachment=$matches[1]&feed=$matches[2]" 
    ["[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$"]=> string(50) "index.php?attachment=$matches[1]&cpage=$matches[2]" 
    ["[^/]+/([^/]+)/embed/?$"]=> string(43) "index.php?attachment=$matches[1]&embed=true" } 
    ["extra_rules"]=> array(0) { } 
    ["extra_rules_top"]=> array(7) { 
    ["sitemap_index\.xml$"]=> string(19) "index.php?sitemap=1" 
    ["([^/]+?)-sitemap([0-9]+)?\.xml$"]=> string(51) "index.php?sitemap=$matches[1]&sitemap_n=$matches[2]" 
    ["([a-z]+)?-?sitemap\.xsl$"]=> string(39) "index.php?yoast-sitemap-xsl=$matches[1]" 
    ["^wp-json/?$"]=> string(22) "index.php?rest_route=/" 
    ["^wp-json/(.*)?"]=> string(33) "index.php?rest_route=/$matches[1]" 
    ["^index.php/wp-json/?$"]=> string(22) "index.php?rest_route=/" 
    ["^index.php/wp-json/(.*)?"]=> string(33) "index.php?rest_route=/$matches[1]" } 
    ["non_wp_rules"]=> array(0) { } 
    ["extra_permastructs"]=> array(4) { 
    ["category"]=> array(8) { 
    ["with_front"]=> bool(true) 
    ["ep_mask"]=> int(512) 
    ["paged"]=> bool(true) 
    ["feed"]=> bool(true) 
    ["forcomments"]=> bool(false) 
    ["walk_dirs"]=> bool(true) 
    ["endpoints"]=> bool(true) 
    ["struct"]=> string(20) "/category/%category%" } 
    ["post_tag"]=> array(8) { 
    ["with_front"]=> bool(true) 
    ["ep_mask"]=> int(1024) 
    ["paged"]=> bool(true) 
    ["feed"]=> bool(true) 
    ["forcomments"]=> bool(false) 
    ["walk_dirs"]=> bool(true) 
    ["endpoints"]=> bool(true) 
    ["struct"]=> string(15) "/tag/%post_tag%" } 
    ["post_format"]=> array(8) { 
    ["with_front"]=> bool(true) 
    ["ep_mask"]=> int(0) 
    ["paged"]=> bool(true) 
    ["feed"]=> bool(true) 
    ["forcomments"]=> bool(false) 
    ["walk_dirs"]=> bool(true) 
    ["endpoints"]=> bool(true) 
    ["struct"]=> string(19) "/type/%post_format%" } 
    ["wpephpcompat_jobs"]=> array(8) { 
    ["with_front"]=> bool(true) 
    ["ep_mask"]=> int(1) 
    ["paged"]=> bool(true) 
    ["feed"]=> bool(false) 
    ["forcomments"]=> bool(false) 
    ["walk_dirs"]=> bool(true) 
    ["endpoints"]=> bool(true) 
    ["struct"]=> string(38) "/wpephpcompat_jobs/%wpephpcompat_jobs%" } } 
    ["endpoints"]=> array(0) { } 
    ["use_verbose_rules"]=> bool(false) 
    ["use_verbose_page_rules"]=> bool(true) 
    ["rewritecode"]=> array(15) { [0]=> string(6) "%year%" [1]=> string(10) "%monthnum%" [2]=> string(5) "%day%" [3]=> string(6) "%hour%" [4]=> string(8) "%minute%" [5]=> string(8) "%second%" [6]=> string(10) "%postname%" [7]=> string(9) "%post_id%" [8]=> string(8) "%author%" [9]=> string(10) "%pagename%" [10]=> string(8) "%search%" [11]=> string(10) "%category%" [12]=> string(10) "%post_tag%" [13]=> string(13) "%post_format%" [14]=> string(19) "%wpephpcompat_jobs%" } 
    ["rewritereplace"]=> array(15) { [0]=> string(10) "([0-9]{4})" [1]=> string(12) "([0-9]{1,2})" [2]=> string(12) "([0-9]{1,2})" [3]=> string(12) "([0-9]{1,2})" [4]=> string(12) "([0-9]{1,2})" [5]=> string(12) "([0-9]{1,2})" [6]=> string(7) "([^/]+)" [7]=> string(8) "([0-9]+)" [8]=> string(7) "([^/]+)" [9]=> string(8) "([^/]+?)" [10]=> string(4) "(.+)" [11]=> string(5) "(.+?)" [12]=> string(7) "([^/]+)" [13]=> string(7) "([^/]+)" [14]=> string(7) "([^/]+)" } 
    ["queryreplace"]=> array(15) { [0]=> string(5) "year=" [1]=> string(9) "monthnum=" [2]=> string(4) "day=" [3]=> string(5) "hour=" [4]=> string(7) "minute=" [5]=> string(7) "second=" [6]=> string(5) "name=" [7]=> string(2) "p=" [8]=> string(12) "author_name=" [9]=> string(9) "pagename=" [10]=> string(2) "s=" [11]=> string(14) "category_name=" [12]=> string(4) "tag=" [13]=> string(12) "post_format=" [14]=> string(18) "wpephpcompat_jobs=" } 
    ["feeds"]=> array(5) { [0]=> string(4) "feed" [1]=> string(3) "rdf" [2]=> string(3) "rss" [3]=> string(4) "rss2" [4]=> string(4) "atom" } }
    
    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    Yes, both files are correct

    Forum: Fixing WordPress
    In reply to: Permalink broken
    Thread Starter jais-p

    (@jais-p)

    Sure thing. It’s pretty standard

    
    # BEGIN WordPress
    # Les directives (lignes) entre 'BEGIN WordPress' et 'END WordPress' sont
    # généré dynamiquement, et ne doivent uniquement être modifiées via les filtres WordPress.
    # Toute modification des directives entre ces marqueurs sera outrepassée.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    Redirect 301 /hypnose-la-rochelle https://www.cabinet-hypnose-la-rochelle.fr/hypnotherapie-la-rochelle/
    Redirect 301 /hypnotherapie-a-la-rochelle https://www.cabinet-hypnose-la-rochelle.fr/hypnose-a-la-rochelle/
    Redirect 301 /hypnotiseurs-hypnotherapeutes-la-rochelle/ https://www.cabinet-hypnose-la-rochelle.fr/hypnotherapeutes-la-rochelle/
    

    I tried commenting the last 3 lines, just in case, but it didn’t help.

    Thread Starter jais-p

    (@jais-p)

    Thanks for the answer.
    Meanwhile, as I have an urgent need, I’ll probably have to code something myself with jQuery to show/hide the paypal button upon checking a box.

    Thread Starter jais-p

    (@jais-p)

    Hi @jory
    Thanks for your message.
    Please find the Pod export hereunder.
    I guess the problem appeared when I removed some fields from this pod. Although the fields were removed, the corresponding custom fields still existed on all pod’s items. I’ve removed them through the backoffice but nothing changed.
    New items created doesn’t suffer from the problem.

    {"meta":{"version":"2.7.14","build":1566407310},"pods":{"215":{"id":215,"name":"character","label":"Characters","description":"","type":"post_type","storage":"meta","object":"","alias":"","fields":{"background_description":{"id":701,"name":"background_description","label":"Background & Description","description":"","help":"","class":"","type":"wysiwyg","weight":0,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","wysiwyg_editor":"tinymce","wysiwyg_media_buttons":"1","wysiwyg_oembed":"0","wysiwyg_wptexturize":"1","wysiwyg_convert_chars":"1","wysiwyg_wpautop":"1","wysiwyg_allow_shortcode":"0","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","wysiwyg_repeatable":"0","wysiwyg_allowed_html_tags":""},"edge":{"id":217,"name":"edge","label":"Edge","description":"","help":"","class":"","type":"number","weight":1,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"1","number_max":"4","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"heart":{"id":218,"name":"heart","label":"Heart","description":"","help":"","class":"","type":"number","weight":2,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"1","number_max":"4","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"iron":{"id":219,"name":"iron","label":"Iron","description":"","help":"","class":"","type":"number","weight":3,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"1","number_max":"4","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"shadow":{"id":220,"name":"shadow","label":"Shadow","description":"","help":"","class":"","type":"number","weight":4,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"1","number_max":"4","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"wits":{"id":221,"name":"wits","label":"Wits","description":"","help":"","class":"","type":"number","weight":5,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"1","number_max":"4","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"assets":{"id":245,"name":"assets","label":"Assets","description":"","help":"","class":"","type":"pick","weight":6,"pick_object":"post_type","pick_val":"asset","sister_id":"780","required":"0","pick_format_type":"multi","pick_format_single":"dropdown","pick_format_multi":"list","pick_allow_add_new":"0","pick_taggable":"0","pick_show_icon":"0","pick_show_edit_link":"0","pick_show_view_link":"1","pick_limit":"0","pick_user_role":[],"pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","pick_where":"post_author = {@user.ID}","pick_select_text":"","pick_table_id":"","pick_table_index":"","pick_display":"","pick_orderby":"","pick_groupby":""},"health":{"id":251,"name":"health","label":"Health","description":"","help":"","class":"","type":"number","weight":7,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"5","number_max_length":"12","number_placeholder":"5","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","default_value":"5"},"spirit":{"id":252,"name":"spirit","label":"Spirit","description":"","help":"","class":"","type":"number","weight":8,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"5","number_max_length":"12","number_placeholder":"5","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","default_value":"5"},"supply":{"id":253,"name":"supply","label":"Supply","description":"","help":"","class":"","type":"number","weight":9,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"5","number_max_length":"12","number_placeholder":"5","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","default_value":"5"},"momentum":{"id":254,"name":"momentum","label":"Momentum","description":"","help":"","class":"","type":"number","weight":10,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"-6","number_max":"10","number_max_length":"12","number_placeholder":"2","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","default_value":"2"},"bonds":{"id":332,"name":"bonds","label":"Bonds","description":"40-ticks progress track","help":"","class":"","type":"number","weight":11,"pick_object":"","pick_val":"","sister_id":"","required":"0","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"40","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"notes":{"id":490,"name":"notes","label":"Notes","description":"Internal notes (not displayed on the Front end)","help":"","class":"","type":"wysiwyg","weight":12,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","wysiwyg_editor":"tinymce","wysiwyg_media_buttons":"1","wysiwyg_oembed":"0","wysiwyg_wptexturize":"1","wysiwyg_convert_chars":"1","wysiwyg_wpautop":"1","wysiwyg_allow_shortcode":"0","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","wysiwyg_repeatable":"0","wysiwyg_allowed_html_tags":""},"posts":{"id":515,"name":"posts","label":"Posts","description":"","help":"","class":"","type":"pick","weight":13,"pick_object":"post_type","pick_val":"post","sister_id":"509","required":"0","pick_format_type":"multi","pick_format_single":"dropdown","pick_format_multi":"autocomplete","pick_allow_add_new":"1","pick_taggable":"0","pick_show_icon":"1","pick_show_edit_link":"1","pick_show_view_link":"1","pick_limit":"0","pick_user_role":[],"pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","pick_select_text":"","pick_table_id":"","pick_table_index":"","pick_display":"","pick_where":"","pick_orderby":"","pick_groupby":""},"wounded":{"id":587,"name":"wounded","label":"Wounded","description":"","help":"","class":"","type":"boolean","weight":14,"pick_object":"","pick_val":"","sister_id":"","required":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0"},"shaken":{"id":591,"name":"shaken","label":"Shaken","description":"","help":"","class":"","type":"boolean","weight":15,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2"},"unprepared":{"id":592,"name":"unprepared","label":"Unprepared","description":"","help":"","class":"","type":"boolean","weight":16,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2"},"encumbered":{"id":593,"name":"encumbered","label":"Encumbered","description":"","help":"","class":"","type":"boolean","weight":17,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2"},"maimed":{"id":594,"name":"maimed","label":"Maimed","description":"","help":"","class":"","type":"boolean","weight":18,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2"},"corrupted":{"id":595,"name":"corrupted","label":"Corrupted","description":"","help":"","class":"","type":"boolean","weight":19,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2"},"cursed":{"id":596,"name":"cursed","label":"Cursed","description":"","help":"","class":"","type":"boolean","weight":20,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2"},"tormented":{"id":597,"name":"tormented","label":"Tormented","description":"","help":"","class":"","type":"boolean","weight":21,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","pick_post_status":["publish"],"boolean_format_type":"checkbox","boolean_yes_label":"Yes","boolean_no_label":"No","admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2"},"experience_earned":{"id":650,"name":"experience_earned","label":"Experience Earned","description":"","help":"","class":"","type":"number","weight":22,"pick_object":"","pick_val":"","sister_id":"","required":"0","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"100","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","default_value":"0","number_placeholder":""},"experience_spent":{"id":716,"name":"experience_spent","label":"Experience Spent","description":"Cannot be higher than Experience Earned","help":"","class":"","type":"number","weight":23,"pick_object":"","pick_val":"","sister_id":"","required":"0","unique":"0","number_format_type":"slider","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"100","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","number_repeatable":"0","default_value":"0","number_placeholder":""},"character_vows":{"id":1484,"name":"character_vows","label":"Vows","description":"","help":"","class":"","type":"pick","weight":24,"pick_object":"post_type","pick_val":"vow","sister_id":"1483","required":"0","pick_format_type":"multi","pick_format_single":"dropdown","pick_format_multi":"list","pick_allow_add_new":"1","pick_taggable":"0","pick_show_icon":"1","pick_show_edit_link":"1","pick_show_view_link":"1","pick_limit":"0","pick_user_role":[],"pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","pick_where":"post_author = {@user.ID}","pick_select_text":"","pick_table_id":"","pick_table_index":"","pick_display":"","pick_orderby":"","pick_groupby":""}},"show_in_menu":"1","label_singular":"Character","public":"1","show_ui":"1","supports_title":"1","supports_editor":"0","publicly_queryable":"1","exclude_from_search":"0","capability_type":"post","capability_type_custom":"character","capability_type_extra":"1","has_archive":"0","hierarchical":"0","rewrite":"1","rewrite_with_front":"1","rewrite_feeds":"0","rewrite_pages":"1","query_var":"1","can_export":"1","default_status":"publish","supports_author":"1","supports_thumbnail":"0","supports_excerpt":"0","supports_trackbacks":"0","supports_custom_fields":"1","supports_comments":"1","supports_revisions":"0","supports_page_attributes":"0","supports_post_formats":"0","built_in_taxonomies_category":"0","built_in_taxonomies_link_category":"0","built_in_taxonomies_post_tag":"0","built_in_taxonomies_wbcr-snippet-tags":"0","show_in_nav_menus":"1","show_in_admin_bar":"1","pfat_enable":"1","pfat_run_outside_loop":"0","pfat_single":"Character Template","pfat_append_single":"append","pfat_filter_single":"the_content","pfat_append_archive":"append","pfat_filter_archive":"the_content","rest_enable":"1","read_all":"1","write_all":"1","built_in_taxonomies_project_category":"0","built_in_taxonomies_project_tag":"0","menu_icon":"dashicons-groups"}}}

    Dear Developers,

    I have the same issue, having a wp_supsystic_ss_views table over 210MO in size with almost 4 million entries.
    I need to purge this table regularly, and manually, because I don’t want to clean the share stats.

    You should really improve this, or at least enable clearing views only, or grant the possible to disable view stats.

    Thanks!

    Thread Starter jais-p

    (@jais-p)

    Just want I needed!
    Thank you very much Clarion Technologies!

Viewing 13 replies - 1 through 13 (of 13 total)