Displaying 2 results from an estimated 2 matches for "dhtml_calendar".
2008 Jul 27
0
dhtml_calendar Plugin and dates
Man I am frustrated. 4 hours working on this and i can''t find an
answer. Here it goes.
I had some simple date select fields on a form. Then I wanted to add
some additional datetime fields on a form with a nice widget so I
installed the dhtml_calendar plugin. Now my migrations and forms don''t
work on insert stating that the argument is out of range.
Here is line #62 in the plugin:
when Date then "''#{quoted_date(Time.local(value.year, value.month,
value.day, 0, 0, 0))}''"
I believe it''s got somethin...
2007 Jun 20
0
gnarly permission issue using fcgi
...atemple (dv) server
using capistrano and fcgi
everything looks OK but when I go to access the app, I get 500 errors
with things like
/usr/lib/ruby/1.8/fileutils.rb:1246:in `initialize'': Permission
denied - /var/www/vhosts/xxxxxxx.com/app/current/public/../config/../public/stylesheets/dhtml_calendar/demo.css
(Errno::EACCES)
these are for stylesheets (?!) - I looked at fileutils.rb and at that
line it is trying to open the file for writing, as part of copy_file().
If I make the file world-writable it just hangs up on the next one in
line. Why is it trying to copy the files anyway?
Surely...