I installed & enabled the module using drush. When issuing the command "drush wrap node", I get these warnings:
drush wrap node
file_get_contents(sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapper.php/sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapper.php.info):[warning]
failed to open stream: No such file or directory wrappers_delight.module:66
file_put_contents(sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapper.php/sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapper.php.info):[warning]
failed to open stream: No such file or directory wrappers_delight.module:78
file_get_contents(sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapperQuery.php/sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapperQuery.php.info):[warning]
failed to open stream: No such file or directory wrappers_delight.module:66
file_put_contents(sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapperQuery.php/sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapperQuery.php.info):[warning]
failed to open stream: No such file or directory wrappers_delight.module:78
And then the following successes (in part):
Created class: sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapper.php [success]
Created class: sites/all/modules/custom/wrappers_custom/includes/node/Org2NodeWrapperQuery.php [success]
It's unclear whether everything worked properly.
Drupal 7.34
Drush 5.8
Comments
Comment #1
zengenuity commentedDoes the wrappers_custom.info file look normal? Can you enable Wrappers Custom?
Comment #2
zengenuity commentedComment #3
kenrbnsn commentedI enabled Wrappers Custom fine. The test code I wrote seemed to work fine.
Comment #4
zengenuity commented