Guest User

Untitled

a guest
Aug 3rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.07 KB | None | 0 0
  1. hecbuma@hecbuma-lap:~/proyectos/fanvsfan$ rake db:schema:load --trace
  2. (in /home/hecbuma/proyectos/fanvsfan)
  3. DEPRECATION WARNING: Rake tasks in vendor/plugins/annotate_models/tasks, vendor/plugins/bootstrapper/tasks, vendor/plugins/can_flag/tasks, vendor/plugins/delayed_job/tasks, vendor/plugins/factory_girl_attachment/tasks, vendor/plugins/fitter_happier/tasks, vendor/plugins/flashplayrhelpr/tasks, vendor/plugins/high_voltage/tasks, vendor/plugins/jrails/tasks, vendor/plugins/nulldb/tasks, vendor/plugins/query_reviewer/tasks, vendor/plugins/recaptcha/tasks, vendor/plugins/redbox/tasks, vendor/plugins/simpleconfig/tasks, and vendor/plugins/sitemap_generator-plugin/tasks are deprecated. Use lib/tasks instead. (called from /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/tasks/rails.rb:10)
  4. ** Invoke db:schema:load (first_time)
  5. ** Invoke environment (first_time)
  6. ** Invoke gems:build (first_time)
  7. ** Execute gems:build
  8. ** Execute environment
  9. rake aborted!
  10. Mysql::Error: Table 'fanvsfan_development.adify_publishers' doesn't exist: SHOW FIELDS FROM `adify_publishers`
  11. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `log'
  12. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/connection_adapters/mysql_adapter.rb:324:in `execute'
  13. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/connection_adapters/mysql_adapter.rb:471:in `columns'
  14. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/base.rb:1305:in `columns'
  15. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/base.rb:1318:in `column_names'
  16. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/ordering.rb:33:in `ordering_condition_details'
  17. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/ordering.rb:25:in `create_condition'
  18. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/or_conditions.rb:28:in `create_condition'
  19. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/column_conditions.rb:63:in `respond_to?'
  20. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/will_paginate-2.3.15/lib/will_paginate/finder.rb:158:in `respond_to?'
  21. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/base.rb:1515:in `respond_to?'
  22. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:183:in `flatten'
  23. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:183:in `observed_classes'
  24. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:166:in `initialize'
  25. /home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/singleton.rb:94:in `new'
  26. /home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/singleton.rb:94:in `instance'
  27. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:38:in `instantiate_observers'
  28. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:36:in `each'
  29. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:36:in `instantiate_observers'
  30. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/actionpack-2.3.11/lib/action_controller/dispatcher.rb:15:in `define_dispatcher_callbacks'
  31. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:182:in `call'
  32. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:182:in `evaluate_method'
  33. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:166:in `call'
  34. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `run'
  35. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `each'
  36. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `send'
  37. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `run'
  38. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:276:in `run_callbacks'
  39. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/actionpack-2.3.11/lib/action_controller/dispatcher.rb:51:in `send'
  40. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/actionpack-2.3.11/lib/action_controller/dispatcher.rb:51:in `run_prepare_callbacks'
  41. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:631:in `prepare_dispatcher'
  42. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:185:in `process'
  43. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:113:in `send'
  44. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:113:in `run'
  45. /home/hecbuma/proyectos/fanvsfan/config/environment.rb:10
  46. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
  47. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
  48. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:547:in `new_constants_in'
  49. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
  50. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/tasks/misc.rake:4
  51. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:636:in `call'
  52. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
  53. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:631:in `each'
  54. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
  55. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
  56. /home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  57. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  58. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
  59. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:604:in `each'
  60. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
  61. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
  62. /home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  63. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  64. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
  65. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
  66. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  67. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
  68. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  69. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  70. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
  71. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
  72. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  73. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  74. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/bin/rake:31
  75. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/bin/rake:19:in `load'
  76. /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/bin/rake:19
  77. hecbuma@hecbuma-lap:~/proyectos/fanvsfan$
Add Comment
Please, Sign In to add comment