Hi, First post here - just getting to grips with Radiant.
I'm trying to install the Paperclipped extension on a test site and have run into a couple of issues. I'm on Windows, using the RubyInstaller (which recently went RC1): > ruby -v ruby 1.8.6 (2009-08-04 patchlevel 383) [i386-mingw32] First, if the site is not in a git repo, I get the following error: http://pastie.org/693369 It looks to me like the paperclipped directory in Temp isn't being created. There's no reason a dir can't be created in there, and %TEMP% is set correctly: > echo %TEMP% C:\Users\charlesr\AppData\Local\Temp So I wiped the project, recreated it, manually created the paperclipped dir in Temp and tried again: http://pastie.org/693374 Seems like there are problems creating or finding directories and/or files with the Windows filesystem. Note, the paperclipped dir I manually added to Temp is deleted automatically when I run the above task. Next I tried installing the extension once I had added my test site to a git repo. This seemed to fare better, although there is an error on line 9 of the output: http://pastie.org/693362 "The system cannot find the path specified." Not sure what is going on there. The install *appears* to have worked, but that warning leaves me feeling anxious that something is not quite right. Cheers, Charles _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
