Title: Fatal error: Call to a member function render_fields_for_input()
Last modified: August 20, 2016

---

# Fatal error: Call to a member function render_fields_for_input()

 *  [pomegranates](https://wordpress.org/support/users/pomagaj/)
 * (@pomagaj)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-a-member-function-render_fields_for_input/)
 * You plugin looks very interesting but somehow it doesn’t work for me. Can you
   help me out? 🙂
 * When I click “Edit” I get error:
 * > Fatal error: Call to a member function render_fields_for_input() on a non-object
   > in /home/virtual/uczy1/www/wp-content/plugins/live-edit/live-edit.php on line
   > 498
 * This is my template code:
    ` <?php // Display this loop for pages if (is_page()){?
   >
 *  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 *  <div class="post" id="post-<?php the_ID(); ?>" <?php post_class(); if(function_exists("
   live_edit")){ live_edit('post_content'); } ?>>
    <h1 class="post-title page-title"
   ><?php the_title(); ?></h1> <div class="post-content"> <?php the_content(); ?
   > <?php wp_link_pages( array( 'before' => '<div id="pagination"><span class="
   pages">' . __( 'Pages', 'huddle' ) . '</span>', 'after' => '</div>', 'link_before'
   => '<span class="page-link">', 'link_after' => '</span>' ) ); ?> </div> </div
   ><!--post--> <?php endwhile; endif; ?>
 * Thanks in advance!
 * [http://wordpress.org/extend/plugins/live-edit/](http://wordpress.org/extend/plugins/live-edit/)

Viewing 1 replies (of 1 total)

 *  [scratchy](https://wordpress.org/support/users/clickarmada/)
 * (@clickarmada)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-call-to-a-member-function-render_fields_for_input/#post-3319784)
 * Got the same error

Viewing 1 replies (of 1 total)

The topic ‘Fatal error: Call to a member function render_fields_for_input()’ is 
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/live-edit.svg)
 * [Live Edit](https://wordpress.org/plugins/live-edit/)
 * [Support Threads](https://wordpress.org/support/plugin/live-edit/)
 * [Active Topics](https://wordpress.org/support/plugin/live-edit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/live-edit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/live-edit/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [scratchy](https://wordpress.org/support/users/clickarmada/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-call-to-a-member-function-render_fields_for_input/#post-3319784)
 * Status: not resolved