omarzina / substruct

Automatically exported from code.google.com/p/substruct
0 stars 0 forks source link

plugin assets aren't copied right in windows #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download and setup substruct from SVN
2. go to admin page

What is the expected output? What do you see instead?
expected it to have the gifs and styles.
It has none.  Mozilla reports that these files return "400 not found"

the log also says"

WARNING: Couldn't create the public file structure for plugin 'substruct';
Error follows:
Invalid argument -
C:/dev/bridal/public/plugin_assets/substruct/C:c:/ruby18/lib/ruby/1.8/fileutils.
rb:243:in
`mkdir'
"

What version of the product are you using? On what operating system?
TRUNK
windows mingw

Please provide any additional information below.

appears to be a bug in engines [win32 compat]
noted here
http://engines.lighthouseapp.com/projects/10178/tickets/6-absoulte-path-created-
insed-plugin-assets-directory
and only recently committed to engines SVN.

Attached patch also fixes it [same way they did].
Thanks!

Original issue reported on code.google.com by rogerpack2005 on 15 Nov 2008 at 1:17

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks. Fixed r172

Original comment by subim...@gmail.com on 25 Jan 2009 at 7:49