SarahW
July 22, 2016, 4:50pm
1
Hallo Zusammen,
ich habe heute an meinem Shop gearbeitet.
Als ich dann vom Childtheme und das Eltern-Theme gewechselt bin und wieder zurückwechseln wollte konnte ich das Childtheme nicht mehr aktivieren.
Am rechten Rand kam folgende Fehlermeldung:
Eltern-Theme Version ist nicht kompatibel
Ich habe an den Theme.tpl s und deren Versionen nichts geändert und ich kann nun nicht mehr in mein Child wechseln…
Kann mir da jemand weiterhelfen, wie ich das fixen kann?
Liebe Grüße
Sarah
poste mal beide theme.php von Child und Parent Themes
SarahW
July 22, 2016, 8:38pm
3
Hallo Vanilla,
das sind die Einträge in den Theme.php ´s
[B]Das Child-Theme[/B]
$aTheme = array(
‘id’ => ‘dd_roxive_Child’,
‘title’ => ‘RoxIVE - Responsive OXID eShop Theme (Child-Theme)’,
‘description’ => ‘RoxIVE - Responsive OXID eShop Theme (Child-Theme)’,
‘thumbnail’ => ‘theme.png’,
‘version’ => ‘1.0.0’,
‘author’ => ‘digidesk - media solutions’,
‘parentTheme’ => ‘dd_roxive’,
‘parentVersions’ => array( $oRoxiveTheme->getInfo( ‘1.4.0’ ) ),
);
[B]Das Parent-Theme:[/B]
$aTheme = array(
‘id’ => ‘dd_roxive’,
‘title’ => ‘RoxIVE - Responsive OXID eShop Theme’,
‘description’ => $sDescriptionHTML,
‘thumbnail’ => ‘theme.png’,
‘version’ => ‘1.4.5’,
‘author’ => ‘<a href=“http://www.digidesk.de/ ” title=“digidesk - media solutions”>digidesk - media solutions</a>’,
);
SarahW
July 22, 2016, 8:43pm
4
Hallo Vanilla,
das sind die Einträge aus der Theme.php:
Parent-Theme:
$aTheme = array(
‘id’ => ‘dd_roxive’,
‘title’ => ‘RoxIVE - Responsive OXID eShop Theme’,
‘description’ => $sDescriptionHTML,
‘thumbnail’ => ‘theme.png’,
‘version’ => ‘1.4.5’,
‘author’ => ‘<a href=“http://www.digidesk.de/ ” title=“digidesk - media solutions”>digidesk - media solutions</a>’,
);
Child-Theme
$aTheme = array(
‘id’ => ‘dd_roxive_Child’,
‘title’ => ‘RoxIVE - Responsive OXID eShop Theme (Child-Theme)’,
‘description’ => ‘RoxIVE - Responsive OXID eShop Theme (Child-Theme)’,
‘thumbnail’ => ‘theme.png’,
‘version’ => ‘1.0.0’,
‘author’ => ‘digidesk - media solutions’,
‘parentTheme’ => ‘dd_roxive’,
‘parentVersions’ => array( $oRoxiveTheme->getInfo( ‘1.4.0’ ) ),
);
Lieben Dank schonmal
SarahW
July 22, 2016, 8:53pm
5
Child Theme:
$aTheme = array(
‘id’ => ‘dd_roxive_Child’,
‘title’ => ‘RoxIVE - Responsive OXID eShop Theme (Child-Theme)’,
‘description’ => ‘RoxIVE - Responsive OXID eShop Theme (Child-Theme)’,
‘thumbnail’ => ‘theme.png’,
‘version’ => ‘1.0.0’,
‘author’ => ‘digidesk - media solutions’,
‘parentTheme’ => ‘dd_roxive’,
‘parentVersions’ => array( $oRoxiveTheme->getInfo( ‘1.4.0’ ) ),
);
Parent Theme
$aTheme = array(
‘id’ => ‘dd_roxive’,
‘title’ => ‘RoxIVE - Responsive OXID eShop Theme’,
‘description’ => $sDescriptionHTML,
‘thumbnail’ => ‘theme.png’,
‘version’ => ‘1.4.5’,
‘author’ => ‘<a href=“http://www.digidesk.de/ ” title=“digidesk - media solutions”>digidesk - media solutions</a>’,
);