Guest User

Untitled

a guest
Mar 14th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. # rake db:migrate
  2. (in /app)
  3. rake aborted!
  4. PGError: ERROR: syntax error at or near "#<"
  5. LINE 1: CREATE TABLE schema_migrations (#<struct ActiveRecord::Conne...
  6. ^
  7. : CREATE TABLE schema_migrations (#<struct ActiveRecord::ConnectionAdapters::ColumnDefinition base=#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x8c97dbc8 @config={:username=>"USER", :database=>"DB", :password=>"PW", :host=>"localhost", :adapter=>"postgresql"}, @connection_parameters=["localhost", 5432, nil, nil, "DB", "USER", "PW"], @schema_search_path="USER, public", @async=nil, @query_cache_enabled=false, @logger=#<ActiveSupport::BufferedLogger:0x8bfe0ac0 @guard=#<Mutex:0x82ab1e90>, @buffer={}, @level=0, @auto_flushing=1, @log=#<File:/app/log/development.log>>, @postgresql_version=80306, @last_verification=0, @connection=#<PGconn:0x8c97db3c>, @runtime=0.315666198730469>, name=:version, type=:string, limit=255, precision=nil, scale=nil, default=nil, null=false>)
  8.  
  9. (See full trace by running task with --trace)
  10.  
  11. # gem list
  12.  
  13. *** LOCAL GEMS ***
  14.  
  15. actionmailer (2.3.4, 2.1.0)
  16. actionpack (2.3.4, 2.1.0)
  17. activerecord (2.3.4, 2.1.0)
  18. activeresource (2.3.4, 2.1.0)
  19. activesupport (2.3.4, 2.1.0)
  20. authlogic (2.1.2)
  21. cgi_multipart_eof_fix (2.5.0)
  22. daemons (1.0.10)
  23. fastthread (1.0.7)
  24. gem_plugin (0.2.3)
  25. mongrel (1.1.5)
  26. pg (0.7.9.2008.10.13)
  27. rack (1.0.0)
  28. rails (2.3.4, 2.1.0)
  29. rake (0.8.7)
  30. ruby-net-ldap (0.0.4)
  31. rubygems-update (1.3.5)
  32. searchlogic (2.3.5)
  33. will_paginate (2.2.2)
  34.  
  35. # gem update
  36. Updating installed gems
  37. Updating pg
  38. Building native extensions. This could take a while...
  39. Successfully installed pg-0.8.0
  40. Gems updated: pg
  41. Installing ri documentation for pg-0.8.0...
  42. Installing RDoc documentation for pg-0.8.0...
  43.  
  44. # gem list
  45.  
  46. *** LOCAL GEMS ***
  47.  
  48. actionmailer (2.3.4, 2.1.0)
  49. actionpack (2.3.4, 2.1.0)
  50. activerecord (2.3.4, 2.1.0)
  51. activeresource (2.3.4, 2.1.0)
  52. activesupport (2.3.4, 2.1.0)
  53. authlogic (2.1.2)
  54. cgi_multipart_eof_fix (2.5.0)
  55. daemons (1.0.10)
  56. fastthread (1.0.7)
  57. gem_plugin (0.2.3)
  58. mongrel (1.1.5)
  59. pg (0.8.0, 0.7.9.2008.10.13)
  60. rack (1.0.0)
  61. rails (2.3.4, 2.1.0)
  62. rake (0.8.7)
  63. ruby-net-ldap (0.0.4)
  64. rubygems-update (1.3.5)
  65. searchlogic (2.3.5)
  66. will_paginate (2.2.2)
  67.  
  68. # rake db:migrate
  69. (in /app)
  70. rake aborted!
  71. PGError: ERROR: syntax error at or near "#<"
  72. LINE 1: CREATE TABLE schema_migrations (#<struct ActiveRecord::Conne...
  73. ^
  74. : CREATE TABLE schema_migrations (#<struct ActiveRecord::ConnectionAdapters::ColumnDefinition base=#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x8c97dbc8 @config={:username=>"USER", :database=>"DB", :password=>"PW", :host=>"localhost", :adapter=>"postgresql"}, @connection_parameters=["localhost", 5432, nil, nil, "DB", "USER", "PW"], @schema_search_path="USER, public", @async=nil, @query_cache_enabled=false, @logger=#<ActiveSupport::BufferedLogger:0x8bfe0ac0 @guard=#<Mutex:0x82ab1e90>, @buffer={}, @level=0, @auto_flushing=1, @log=#<File:/app/log/development.log>>, @postgresql_version=80306, @last_verification=0, @connection=#<PGconn:0x8c97db3c>, @runtime=0.315666198730469>, name=:version, type=:string, limit=255, precision=nil, scale=nil, default=nil, null=false>)
  75.  
  76. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment