Skip to content

Missing tables: alchemy_elements and alchemy_sites #3757

@MtnBiker

Description

@MtnBiker

Steps to reproduce

Brand new app. sqlite3. When through install steps
bin/rails server
http://localhost:3000/admin/dashboard which come up with http://localhost:3000/admin/

Expected behavior

Tell us what should happen
No errors

Actual behavior

Could not find table 'alchemy_elements'
def table_structure(table_name)
structure = table_info(table_name)
raise ActiveRecord::StatementInvalid.new("Could not find table '#{table_name}'", connection_pool: @pool) if structure.empty?
table_structure_with_collation(table_name, structure)
Tell us what happens instead
error

Could not find table 'alchemy_sites' when forgot /admin

System configuration

  • Alchemy Version: .gem/ruby/4.0.0/gems/alchemy_cms-8.1.5
  • Rails Version: 8.1.2
  • Ruby 4.0.0
    Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions