Advertisement
janoulle

Text Transport plugin for Habari

Apr 22nd, 2011
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.93 KB | None | 0 0
  1. Text Transport · Export all posts
  2. Text Transport 0.1 by Sean Coates
  3.  
  4.     * Configure
  5.     * Deactivate
  6.  
  7. Text export (and eventually import) of posts (for offline editing, and otherwise avoiding nasty textareas)
  8. Exporting post: the-motorola-atrix
  9. Exporting post: nokia-n8-repair-saga-part-1
  10. Exporting post: solving-one-of-the-c7s-pain-points-price
  11. Exporting post: first-look-the-nokia-c7-00-review
  12.  
  13. Notice: Undefined variable: postPath in user/plugins/texttransport/texttransport.plugin.php line 133
  14.  
  15. user/plugins/texttransport/texttransport.plugin.php line 118:
  16.   TextTransport::export_comments(1 arg… )
  17. user/plugins/texttransport/texttransport.plugin.php line 95:
  18.   TextTransport::export_post(1 arg… )
  19. user/plugins/texttransport/texttransport.plugin.php line 63:
  20.   TextTransport->export_all( )
  21. [core] line 0:
  22.   TextTransport->action_plugin_ui(1 args… )
  23. system/classes/plugins.php line 103:
  24.   call_user_func_array(1 args… )
  25. system/classes/plugins.php line 683:
  26.   Plugins::act_id(1 args… )
  27. system/admin/plugin.php line 114:
  28.   Plugins::plugin_ui(1 args… )
  29. system/classes/rawphpengine.php line 96:
  30.   include(1 arg… )
  31. system/classes/theme.php line 525:
  32.   RawPHPEngine->display(1 arg… )
  33. system/admin/plugins.php line 38:
  34.   Theme->display(1 arg… )
  35. system/classes/rawphpengine.php line 96:
  36.   include(1 arg… )
  37. system/classes/theme.php line 525:
  38.   RawPHPEngine->display(1 arg… )
  39. system/classes/adminhandler.php line 3485:
  40.   Theme->display(1 arg… )
  41. system/classes/adminhandler.php line 1978:
  42.   AdminHandler->display(1 arg… )
  43. system/classes/adminhandler.php line 151:
  44.   AdminHandler->get_plugins( )
  45. system/classes/actionhandler.php line 68:
  46.   AdminHandler->act_admin( )
  47. system/classes/controller.php line 186:
  48.   ActionHandler->act(1 arg… )
  49. system/index.php line 196:
  50.   Controller::dispatch_request( )
  51. index.php line 21:
  52.   require(1 arg… )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement