• For people only getting a blank page.

    If you set “wp_debug” to true and other variables, the plugin will give this Fatal error: require(): Failed opening required ‘/partials/_form_elements.php’ (include_path=’.:/usr/lib/php5.4′) in /homepages/8/d486597212/htdocs/programonpersuasion.com/wp-content/plugins/wp-responsive-faqs/src/admin_menu.php on line 29

    Solution:
    Change line 29 in “admin_menu.php”

    from <?php require( '/partials/_form_elements.php' ) ?>
    ___to <?php require( 'partials/_form_elements.php' ) ?>

    (remove the ‘/’ at the start).
    The file is in “wp_content/plugins/wp-responsive-faqs/”

    The same on line 211.

  • The topic ‘[fixed] White page problem’ is closed to new replies.