On Mon, Aug 10, 2009 at 6:17 PM, Azu<[email protected]> wrote: > > Hi Kenneth, > > I got rid of that error by uninstalling and installing again all the > gems related with the project. > But it seems, I missed something because after starting the server,I > get the following error. > > ArgumentError at / > NULL pointer given > Ruby (eval): in each_hash, line 3 > Web GET localhost/ > Jump to: > > * GET > * POST > * Cookies > * ENV > > Traceback (innermost first) > > * (eval): in each_hash > * (eval): in all_hashes > * C:/Program Files/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.3/ > lib/active_record/connection_adapters/mysql_adapter.rb: in select > 589. # Turn this off. http://dev.rubyonrails.org/ticket/6778 > 590. execute("SET SQL_AUTO_IS_NULL=0") > 591. end > 592. > 593. def select(sql, name = nil) > 594. @connection.query_with_result = true > 595. result = execute(sql, name) > 596. rows = result.all_hashes... > 597. result.free > 598. rows > 599. end > 600. > 601. def supports_views? > 602. version[0] >= 5 > 603. end
Hello, would it be possible for you to have a stacktrace where the actual error line is displayed instead of the 10+ lines around the error ? Cheers, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
