Advertisement
janoulle

Troubleshooting Export plugin by Chris Meller for Habari

Apr 24th, 2011
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.81 KB | None | 0 0
  1. Exports your Habari blog into the BlogML XML format. Includes: Users, Posts, Tags, Comments, and Options.
  2.  
  3. Warning: SimpleXMLElement::addChild() [simplexmlelement.addchild]: unterminated entity reference      VirtualBox in user/plugins/export/export.plugin.php line 396
  4.  
  5. user/plugins/export/export.plugin.php line 396:
  6.   SimpleXMLElement->addChild(1 args… )
  7. user/plugins/export/export.plugin.php line 163:
  8.   Export->export_posts_wxr(1 args… )
  9. user/plugins/export/export.plugin.php line 57:
  10.   Export->run(1 args… )
  11. [core] line 0:
  12.   Export->action_plugin_ui(1 args… )
  13. system/classes/plugins.php line 103:
  14.   call_user_func_array(1 args… )
  15. system/classes/plugins.php line 683:
  16.   Plugins::act_id(1 args… )
  17. system/admin/plugin.php line 114:
  18.   Plugins::plugin_ui(1 args… )
  19. system/classes/rawphpengine.php line 96:
  20.   include(1 arg… )
  21. system/classes/theme.php line 525:
  22.   RawPHPEngine->display(1 arg… )
  23. system/admin/plugins.php line 38:
  24.   Theme->display(1 arg… )
  25. system/classes/rawphpengine.php line 96:
  26.   include(1 arg… )
  27. system/classes/theme.php line 525:
  28.   RawPHPEngine->display(1 arg… )
  29. system/classes/adminhandler.php line 3485:
  30.   Theme->display(1 arg… )
  31. system/classes/adminhandler.php line 1978:
  32.   AdminHandler->display(1 arg… )
  33. system/classes/adminhandler.php line 151:
  34.   AdminHandler->get_plugins( )
  35. system/classes/actionhandler.php line 68:
  36.   AdminHandler->act_admin( )
  37. system/classes/controller.php line 186:
  38.   ActionHandler->act(1 arg… )
  39. system/index.php line 196:
  40.   Controller::dispatch_request( )
  41. index.php line 21:
  42.   require(1 arg… )
  43.  
  44.  
  45.  
  46. Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 21358165 bytes) in /janetalkstech.com/system/classes/databaseconnection.php on line 271
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement