Blog coding and discussion of coding about JavaScript, PHP, CGI, general web building etc.

Sunday, August 14, 2016

Comfy CMS site not found

Comfy CMS site not found


Suddenly I'm getting: ActionController::RoutingError Site Not Found. and I can't figure out why. Any ideas? I'm using Rails 4, Ruby 2 and Comfortable Mexican Sofa cms.

Answer by Grocery for Comfy CMS site not found


You don't have Cms::Site created yet. Or hostname/path doesn't match to whatever you have. Get into admin area (/cms-admin most likely) and see what you have in Sites section.

Answer by Chad Dupuis for Comfy CMS site not found


I'm sure you figured this out by now, but I was just demoing sofa and I found that even though the instructions say to go to 127.0.0.1:3000/cms-admin

The actual default installation is actually /admin - not /cms-admin

So with rails 4, ruby 2 and a default install if you follow the github get started docs you will get a routing error until you go to /admin...

Maybe this will help someone else.

Answer by Hoang Le for Comfy CMS site not found


Make sure you've already run

bundle install (with gem comfortable_mexican_sofa inside)    rails generate comfy:cms    rake db:migrate  

After that, just access http://localhost:3000/admin and type this default account: username/password

Answer by Kees Briggs for Comfy CMS site not found


You need to start your server.

Go to Terminal

navigate to folder

enter rails s

Answer by Björn Weinbrenner for Comfy CMS site not found


Don't forget the port number in the "Hostname" field of a site if your server is not running on a standard port (e.g. localhost:3000). If you forget the port it may run with one site. After creating a second site I couldn't invoke any sites with missing ports.


Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\XAMPP INSTALLASTION\xampp\htdocs\endunpratama9i\www-stackoverflow-info-proses.php on line 72

0 comments:

Post a Comment

Popular Posts

Powered by Blogger.