I've installed the deadwood module with the goal of converting a module that I need from 5 to 6.
I've unzipped the module I need to convert so that the individual files are sitting right in
sites/default/files/deadwood
I then ran deadwood (my understanding is that running deadwood just means visiting build/deadwood)
I then checked sites/default/files/deadwood but the updated files were not there.
Any ideas? Thanks for any help.

Comments

bgreenl’s picture

Typo:
second last line should read: sites/default/files/goodwood

bgreenl’s picture

Somebody please help. I desperately need it :(

solotandem’s picture

Did you ever resolve this? Let me know.

scoutbaker’s picture

There are two problems I see:

1. The module files do not go directly in the deadwood directory. You put the module folder (e.g., mymodule) that contains the module files in the deadwood directory.
2. The deadwood interface is is at http://example.com/admin/build/deadwood.

---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503

amanfree’s picture

Hello dear

I was ran deadwood through http://site/admin/build/deadwood and the following log was generated

* Converting the file => stock_chart.info
* Completed conversions for info2
* Replaced the file
* Converting the file => stock_chart.install
* Converting the file => stock_chart.module
* Completed conversions for menu
* Start Form API conversions
* Completed conversions for hook_submit
* Completed conversions for form_base
* Completed conversions for op_element
* Completed conversions for get_form = stock_chart_page_form
* Finish Form API conversions
* Completed conversions for theme
* Completed conversions for hook_watchdog
* Completed conversions for mail_tokens
* Completed conversions for hook_help
* Completed conversions for submit_buttons
* Completed conversions for image_buttons
* Replaced the file
* Module conversion code was run.

But the sites/default/files/goodwood remains empty. I have checked its permissions and set it to 777 read/write/executable but still i am not able to get the files in goodwood folder.

i am trying to convert stock chart drupal module (http://drupal.org/project/stock_chart)

Please Help

Aman