Leia,
I can't upload an image on that site.
I do see nothing for that!
Hey Luke,
you have to enable
thetatooine_media
feature!
Awww,
rooarrr,
awwww!
Yeah, Chewy!!
That happened to me, too.
You forgot to uninstalljquery_update
.
actual | target |
---|---|
tatooine_base (user, node) | tatooine_base (user, node) |
tatooine_news (field, text) | tatooine_news (field, text) |
comment | |
field | tatooine_media (field, image) |
current | action |
---|---|
tatooine_base (user, node) | - |
tatooine_news (field, text) | - |
comment | disable and uninstall comment |
field | enable image and tatooine_media |
Shows the current state and modules that shall be enabled or disabled.
Enables, disables and uninstalls modules.
Anakin,
you only should have enabled that tatooine_dev feature on your local machine!
C3PO, you have to enable stage_file_proxy on your stage. This way you get the files from live.
// Master module settings.
$conf['master_modules'] = array(
'tatooine_base',
'tatooine_news',
// [...]
'tatooine_analytics',
'tatooine_i18n',
);
$conf['master_modules:local'] = array(
'stage_file_proxy', 'maillog', 'devel', 'views_ui', 'module_filter',
);
$conf['master_modules:stage'] = array(
'stage_file_proxy', 'maillog',
);
$conf['master_modules:live'] = array();
drush master-status --scope=local
drush master-ensure-modules --scope=local