Title: [Plugin: Hierarchical Documentation] Warning: Creating default object from empty value
Last modified: August 20, 2016

---

# [Plugin: Hierarchical Documentation] Warning: Creating default object from empty value

 *  [BobKinloch](https://wordpress.org/support/users/bobkinloch/)
 * (@bobkinloch)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-hierarchical-documentation-warning-creating-default-object-from-empty-value/)
 * I have been using Hierarchical Documentation for some time and it developed a
   problem so I deleted the whole Wamp area and did a fresh load of everything
    
   Still the same problem..???
 * Warning: Creating default object from empty value in C:\wamp\www\Testing\wp-content\
   plugins\wp-mvc\core\controllers\mvc_controller.php on line 110
 * # Time Memory Function Location
    1 0.0018 183584 {main}( ) ..\admin.php:0 2 0.5967
   13732400 do_action( ) ..\admin.php:151 3 0.5968 13733368 call_user_func_array()..\
   plugin.php:403 4 0.5968 13733704 MvcDispatcher->__call( ) ..\plugin.php:0 5 0.5968
   13733704 __lambda_func( ) ..\mvc_dispatcher.php:69 6 0.5968 13734072 MvcDispatcher::
   dispatch( ) ..\mvc_admin_loader.php(88) : runtime-created function:1 7 0.6115
   13765032 MvcController->init( ) ..\mvc_dispatcher.php:17 8 0.6135 13777304 MvcController-
   >load_helper( ) ..\mvc_controller.php:46
 * [http://wordpress.org/extend/plugins/hierarchical-documentation/](http://wordpress.org/extend/plugins/hierarchical-documentation/)

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

 *  [CeloRodovalho](https://wordpress.org/support/users/celorodovalho/)
 * (@celorodovalho)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-hierarchical-documentation-warning-creating-default-object-from-empty-value/#post-3024200)
 * Look this:
    [https://github.com/tombenner/wp-mvc/pull/14](https://github.com/tombenner/wp-mvc/pull/14)
   and this [https://github.com/bostil/wp-mvc/commit/f08cd0e420312b023cc5f994a4073f17ff2e0290](https://github.com/bostil/wp-mvc/commit/f08cd0e420312b023cc5f994a4073f17ff2e0290)
 * Change the line 110 of core/controllers/mvc_controller.php from
    `$this->{$helper_method_name}-
   >controller = false;` to `$this->{$helper_method_name}->controller = new stdClass();`
 *  Thread Starter [BobKinloch](https://wordpress.org/support/users/bobkinloch/)
 * (@bobkinloch)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-hierarchical-documentation-warning-creating-default-object-from-empty-value/#post-3024201)
 * This is brilliant.!!!!
    I have been using Hierarchical Documentation on my 1&
   1 account, PHP5, for some time now but when I use the same database on my WAMP
   Localhost server I have been getting the above error. Have just inserted the 
   new code and it runs perfectly. Cant thank you enough….

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

The topic ‘[Plugin: Hierarchical Documentation] Warning: Creating default object
from empty value’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hierarchical-documentation.svg)
 * [Hierarchical Documentation](https://wordpress.org/plugins/hierarchical-documentation/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hierarchical-documentation/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hierarchical-documentation/)
 * [Active Topics](https://wordpress.org/support/plugin/hierarchical-documentation/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hierarchical-documentation/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hierarchical-documentation/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [BobKinloch](https://wordpress.org/support/users/bobkinloch/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-hierarchical-documentation-warning-creating-default-object-from-empty-value/#post-3024201)
 * Status: not resolved