Title: Fatal Error on Update admin-ui
Last modified: August 22, 2016

---

# Fatal Error on Update admin-ui

 *  [cogdog](https://wordpress.org/support/users/cogdog/)
 * (@cogdog)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-on-update-admin-ui/)
 * I added a new feed, and made changes to the author and categories settings (via
   the configure link at top after adding feed). On clickign `update` I got
 *     ```
       Fatal error: Call to a member function uri() on a non-object in
        /Volumes/data/....//wp-content/plugins/feedwordpress/admin-ui.php
       on line 68
       ```
   
 * I was able to manually update fine from the button on the syndicated sites list
 * [https://wordpress.org/plugins/feedwordpress/](https://wordpress.org/plugins/feedwordpress/)

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

 *  [wbrown](https://wordpress.org/support/users/wbrown/)
 * (@wbrown)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-on-update-admin-ui/#post-5175553)
 * I’m having a similar issue…except when I update from the syndicated sites list
   it doesn’t pull in new posts.
 *  [xrundel1](https://wordpress.org/support/users/xrundel1/)
 * (@xrundel1)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-on-update-admin-ui/#post-5175555)
 * same here…
 *  [restouffer](https://wordpress.org/support/users/restouffer/)
 * (@restouffer)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-on-update-admin-ui/#post-5175564)
 * The fix for this issue is to change line 68 in feedwordpress/admin-ui.php to:
   
   $effectiveUrl = $this->link->uri(array(‘fetch’ => true));
 * The $this-> is missing from that line, which is why PHP says $link is a “non-
   object”.
 *  [Jo Landers](https://wordpress.org/support/users/jojolanderscom/)
 * (@jojolanderscom)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-on-update-admin-ui/#post-5175568)
 * Thank you restouffer for posting the fix. Folks, don’t forget you’ll need to 
   redo that fix with every update until the author addresses it.
 *  [decarn](https://wordpress.org/support/users/decarn/)
 * (@decarn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-on-update-admin-ui/#post-5175574)
 * Thanks. The fix works, and I thought there was a problem with my PHP version.

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

The topic ‘Fatal Error on Update admin-ui’ is closed to new replies.

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

## Tags

 * [php-error](https://wordpress.org/support/topic-tag/php-error/)

 * 5 replies
 * 6 participants
 * Last reply from: [decarn](https://wordpress.org/support/users/decarn/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-on-update-admin-ui/#post-5175574)
 * Status: not resolved