Hi,
I'm playing with lipsiablog, trying to see how lipsiadmin works, but I have a problem that i'm not able to resolve, when I try to choose a category when creating a new post, I have the error:
Processing BackendController#base (for 127.0.0.1 at 2010-02-13 00:30:10) [GET]
Parameters: {"small"=>"1", "toolbar"=>"0", "load"=>"/backend/categories.js"}
Attachment Columns (1.1ms) SHOW FIELDS FROM `attachments`
Account Columns (1.6ms) SHOW FIELDS FROM `accounts`
Account Load (1.0ms) SELECT * FROM `accounts` WHERE (`accounts`.`id` = 1) LIMIT 1
Setting Load (0.2ms) SELECT * FROM `settings` LIMIT 1
Setting Columns (1.8ms) SHOW FIELDS FROM `settings`
ActionController::UnknownAction (No action responded to base. Actions: wsdl):
haml (2.2.16) lib/sass/plugin/rails.rb:19:in `process'
Since I don't what's happening, I've tried to follow the "screencast- Basic concepts", with similar result:
Processing Backend::MenusController#new (for 127.0.0.1 at 2010-02-12 23:39:15) [GET]
Parameters: {"_dc"=>"1266014355719"}
Account Columns (1.1ms) SHOW FIELDS FROM `accounts`
Account Load (0.2ms) SELECT * FROM `accounts` WHERE (`accounts`.`id` = 1) LIMIT 1
Account Load (0.2ms) SELECT * FROM `accounts` WHERE (`accounts`.`id` = 1)
CACHE (0.0ms) SELECT * FROM `accounts` WHERE (`accounts`.`id` = 1)
Menu Columns (1.1ms) SHOW FIELDS FROM `menus`
Rendering backend/menus/new
Rendered backend/menus/_form (9.4ms)
Completed in 184ms (View: 54, DB: 3) | 200 OK [
http://localhost/backend/menus/new?_dc=1266014355719]
SQL (18.4ms) SET NAMES 'utf8'
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
Processing BackendController#base (for 127.0.0.1 at 2010-02-12 23:39:20) [GET]
Parameters: {"small"=>"1", "toolbar"=>"1", "load"=>"/backend/categories.js"}
I use rails 2.3.5, lipsiadmin 5.1.1 (for the screencast, 4.1.8 for the blog), mongrel, on an ubuntu 9.10 machine.
Any clues?
Josep.