adva_cms icon indicating copy to clipboard operation
adva_cms copied to clipboard

cutting edge cms, blog, wiki, forum ...

Results 11 adva_cms issues
Sort by recently updated
recently updated
newest added

I'm seeing scopeactiverecordattributespage in place of field labels all over the place. Which is irritating as I can't use the forms without knowing what the fields refer to. Anyone else...

how can i add new features in this ?

rails my-app -m https://github.com/svenfuchs/adva_cms/raw/master/templates/adva-cms.0.3.2.rb Should this be: rails new my-app -m https://github.com/svenfuchs/adva_cms/raw/master/templates/adva-cms.0.3.2.rb

I have tried the two installations alternatives: The "using a template" one returns a "non git repository" error. And the "manually" alternative, give me the same error already reported by...

When rails went from 2.3.5 => 2.3.8, activesupport's i18n library was bumped: activesupport-2.3.5/lib/active_support/vendor/i18n-0.1.3 => activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7 This has revealed what I think is a bad typo in engines/adva_cms/vendor/plugins/globalize2/lib/globalize/backend/static.rb:20 12:def translate(locale, key,...

1. When editing article in the sidebar all html is escaped 2. Settings tab won't open And there may be more problems. On 2.3.5 all works ok.

I got this error when i tried to go to http://localhost:3002/admin/sites/1: ActionView::TemplateError (Menu is not missing constant SectionsMenu!) on line #16 of vendor/plugins/adva_cms/app/views/layouts/admin.html.erb: 13: 14: 15: 16: 'top') %> 17:...

Hello, I managed to install adva on windows but when I try to create the site and account I get the following error: The following models could not be created:...

Hi, I was got this error when trying to install adva_cms . Using ruby - 1.8.6 , rails - 2.3.4 (also had 2.3.5) and all gems on Ubuntu . Checking...

When I go to http://localhost:3002/, I get this error: wrong number of arguments (2 for 0) vendor/plugins/adva_cms/vendor/plugins/routing-filter/lib/routing_filter/pagination.rb:7:in `around_recognize' vendor/plugins/adva_cms/vendor/plugins/routing-filter/lib/routing_filter/base.rb:15:in `run' vendor/plugins/adva_cms/vendor/plugins/routing-filter/lib/routing_filter.rb:12:in `run' vendor/plugins/adva_cms/vendor/plugins/routing-filter/lib/routing_filter.rb:57:in `recognize_path_with_filtering' /var/lib/gems/1.9.1/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:441:in `recognize' /var/lib/gems/1.9.1/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:436:in `call' I don't...