Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not scope to sites with radiant edge (9.2) #4

Open
catmando opened this issue Jan 11, 2011 · 2 comments
Open

does not scope to sites with radiant edge (9.2) #4

catmando opened this issue Jan 11, 2011 · 2 comments

Comments

@catmando
Copy link

tried this simple experiment:

started with a fresh radiant system
radiant --database=sqlite3 test-system
cp test-system
db:bootstrap

added this multi_site extension

added a second site

everything works fine

upgraded to edge (rake radiant:freeze:edge)

after upgrade and migration just seems to ignore the domain (always goes to the site with page id 1)

everything looks and works fine in admin however.

@catmando
Copy link
Author

okay here is the suggested fix (works for me anyway:)

need to replace references to url to path in page_extensions.rb (i.e. alias_method_chain :path, :sites, etc) ... then everything feels better

@jomz
Copy link

jomz commented Jan 20, 2011

second that; I just pushed the patch here: jomz@f5ea8ec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants