search for: 0mshow

Displaying 12 results from an estimated 12 matches for "0mshow".

2008 Jan 21
2
Application error - SQL_AUTO_IS_NULL
...roller#book_details (for 127.0.0.1 at 2008-01-21 14:20:22) [GET] Session ID: e49a3adf336e845be40dc8573f2b32c9 Parameters: {"action"=>"book_details", "id"=>"1", "controller"=>"browse"} ←[4;35;1mBook Columns (0.000000)←[0m ←[0mSHOW FIELDS FROM books←[0m ←[4;36;1mBook Load (0.000000)←[0m ←[0;1mSELECT * FROM books WHERE (books.`id ` = 1) ←[0m Rendering within layouts/browse Rendering browse/book_details Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/browse/book_de...
2009 Nov 11
6
HeLp oN my database
Using my application i can able to save a new record into my db but i cannot update a existing record into my db. using update query i can able to update my records. but using update_attributes it doesnot update my records. even i cant find any errors in logs or something. throughout my application i can able to save a new record but unable to update my existing records. actually i have changed
2007 Mar 24
0
Testing Single Table Inheritance
...e default test (check 2 records loaded from fixtures) it fails. It founds 8 nodes(Failed), 4 project(Failed), 2 task(OK) and 2 milestones(OK). From the rails test server: [4;35;1mSQL(0.000000)[0m[0mBEGIN[0m [4;36;1mNode Load(0.000000)[0m[0;1mSELECT * FROM nodes[0m [4;35;1mNode Columns(0.000000)[0m[0mSHOW FIELDS FROM nodes[0m [4;36;1mSQL (0.000000)[0m[0;1mROLLBACK[0m [4;35;1mSQL (0.000000)[0m[0mBEGIN[0m [4;36;1mProject Columns(0.000000)[0m[0;1mSHOW FIELDS FROM nodes[0m [4;35;1mProject Load(0.000000)[0m[0mSELECT * FROM nodes WHERE ((nodes.`type` = ''Project'' OR nodes.`type` = '...
2009 Apr 27
5
ruby jasper report
...:19:34) [GET] [4;36;1mSQL (0.0ms) [0m [0;1mSET NAMES ''utf8'' [0m [4;35;1mSQL (0.0ms) [0m [0mSET SQL_AUTO_IS_NULL=0 [0m [4;36;1mCustomer Load (0.0ms) [0m [0;1mSELECT * FROM `customers` [0m Rendering account/customer_list [4;35;1mCustomer Columns (0.0ms) [0m [0mSHOW FIELDS FROM `customers` [0m Rendering account/customer_list Sending data CustomerReport.pdf Completed in 422ms (View: 0, DB: 0) | 200 OK [http://localhost/account/customer_report]" But I am getting an error in "XmlJasperInterface.log" like this "java.io.EOFException at java....
2006 Jul 12
0
Odd "sweep" error on older code
...Session ID: a129e22b0d979a5e287c2bdf3c662916 Parameters: {"action"=>"login", "username"=>"Lunenburg", "controller"=>"account", "password"=>"XXXXX"} ^[[4;35;1mPreference Columns (0.000231)^[[0m ^[[0mSHOW FIELDS FROM preferences^[[0m ^[[4;36;1mPreference Load (0.000177)^[[0m ^[[0;1mSELECT * FROM preferences W HERE (username = ''Lunenburg'') LIMIT 1^[[0m DEBUG: Setting session pref to #<Preference:0x8f43e38> DEBUG: Set session pref to #<Preference:0x8f43e38> Redir...
2009 Jan 07
0
how rails insert object id to database?
...rocessing UsersController#show (for 127.0.0.1 at 2009-01-08 00:27:19) [GET] Parameters: {"id"=>"34"} [4;35;1mSQL (0.1ms) [0m [0mSET NAMES ''utf8'' [0m [4;36;1mSQL (0.1ms) [0m [0;1mSET SQL_AUTO_IS_NULL=0 [0m [4;35;1mUser Columns (0.9ms) [0m [0mSHOW FIELDS FROM `users` [0m [4;36;1mUser Load (0.3ms) [0m [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 34) [0m Rendering users/show === as all of you can see == INSERT INTO `users` (`name`, `avatar_file_name`, `avatar_file_size`, `created_at`, `updated_at`, `avatar_content_type`) VALUES(...
2009 Aug 04
0
Mysql::Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE)
...m ^[[4;36;1mSQL (0.1ms)^[[0m ^[[0;1mSET collation_connection = ''utf8_general_ci'' ^[[0m 7--- !map:HashWithIndifferentAccess score: "79.60" player_name: !binary | 5LiA iphone_identifier: 6b194f783d645ba1a7c30c0e31b1b67300eb0a25 ^[[4;35;1mSQL (0.2ms)^[[0m ^[[0mSHOW VARIABLES LIKE ''collation_database''^[[0m Collation: utf8_general_ci ^[[4;36;1mScore Load (0.0ms)^[[0m ^[[0;1mMysql::Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ''='': SELECT * FROM `scores...
2010 Apr 26
2
woriking under webrick but not under passenger
...e server encountered an internal error or misconfiguration and was unable to complete your request. From the log: [4;36;1mSQL (0.3ms) [0m [0;1mSET SQL_AUTO_IS_NULL=0 [0m Processing ****Controller#index (for 192.168.1.101 at 2010-04-26 18:56:24) [GET] [4;35;1mUser Columns (1.7ms) [0m [0mSHOW FIELDS FROM `users` [0m [4;36;1mUser Load (0.7ms) [0m [0;1mSELECT * FROM `users` WHERE (`users`.`id` IS NULL) LIMIT 1 [0m Redirected to https://******/login/login_page Filter chain halted as [:authorize] rendered_or_redirected. Completed in 31ms (DB: 3) | 302 Found [https://******/] Does any...
2008 Nov 15
4
data not being saved
I am trying to save data entered in a form and nothing seems to be saving. What do you I have to look at to ensure everything is set-up correctly? I have looked in my database.yml file and all looks good and the database that I am trying to use exist. Thanks, -S -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2010 Aug 19
3
Help: "500 Internal Server Error"
..._many_polymorphs: associating Tag.taggables [4;36;1mSQL (0.0ms) [0m [0;1mSET NAMES ''utf8'' [0m [4;35;1mSQL (0.0ms) [0m [0mSET SQL_AUTO_IS_NULL=0 [0m [4;36;1mProject Columns (0.0ms) [0m [0;1mSHOW FIELDS FROM `projects` [0m [4;35;1mTagging Columns (0.0ms) [0m [0mSHOW FIELDS FROM `taggings` [0m ** has_many_polymorphs: associating Tag.taggables [4;36;1mUser Columns (0.0ms) [0m [0;1mSHOW FIELDS FROM `users` [0m ** has_many_polymorphs: preloading parent model Tagging /!\ FAILSAFE /!\ Thu Aug 19 13:49:01 +1000 2010 Status: 500 Internal Server Error Expect...
2007 Jan 15
5
ActionController::UnknownAction (No action responded to xxx)
I have a new method defined in a existing controller. All the methods I called in these are workable. But somehow the new method is not recognizable. ------------------new method I added-------------------------------------------- def push # if fair begin @product = Product.find(params[:id]) rescue logger.error("Attempt to access invalid product #{params[:id]}")
2008 Aug 26
8
Migration Error
When trying to migrate my db using rake I get the following error message: rake aborted! No migration with version number 3 I am using sqlite3 as my database server. Any help is much appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email