-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
Hi,
I have setup magento-composer-installer to share a theme from a separate private repo to a couple of other repos. I have run:
./composer.phar install in the root of my magento install.
When viewing the site I see the following error:
2015-06-18T08:11:31+00:00 CRIT (2): Not valid template file:frontend/mytheme_rwd/default/template/page/1column.phtml
The symlinks were created as such:
in app/design/frontend:
mytheme_rwd -> ../../../vendor/xxx/module-theme-mytheme/app/design/frontend/mytheme_rwd
In skin/frontend:
mytheme_rwd -> ../../vendor/xxx/module-theme-mytheme/skin/frontend/mytheme_rwd
The composer.json of the repo that I am pulling is configured as such:
{
"name": "xxx/module-theme-mytheme",
"type": "magento-module",
"extra": {
"map": [
["app/design/frontend/mytheme_rwd", "app/design/frontend/mytheme_rwd"],
["skin/frontend/mytheme_rwd", "skin/frontend/mytheme_rwd"]
]
},
"license":"proprietary",
"description":"theme",
"authors":[
{
"name":"Craig,
"email":"[email protected]"
}
]
}
I am using git version 2.4.3. Composer is 1.0-dev (b2173d28fc8b56236eddc8aa10dcda61471633ec) 2015-06-16 10:43:55
nginx is 1.8.0 and Varnish is 4.0.3. OS is OS X 10.10.3 Yosemite
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels