-
1
trans('process.step.check.header'); ?>
-
2
trans('process.step.configure'); ?>
-
3
trans('process.step.schema'); ?>
-
4
trans('process.step.setup'); ?>
-
5
trans('process.step.final'); ?>
trans('process.step.check.header'); ?>
- trans('process.step.check.invalid'); ?>
hasPhpIniConfigIssue()): ?>
- *
getPhpIniConfigPath()) :
echo $translator->trans(
'process.step.check.phpchanges',
array(
'%path%' => $collection->getPhpIniConfigPath()
)
);
else :
echo $translator->trans('process.step.check.phpchanges');
endif;
?>
$collection->getMandatoryRequirements(),
'php' => $collection->getPhpIniRequirements(),
'oro' => $collection->getRequirements(),
'cli' => $collection->getCliRequirements(),
'optional' => $collection->getRecommendations(),
);
foreach ($requirements as $type => $requirement) : ?>
| trans('process.step.check.table.' . $type); ?> |
trans('process.step.check.table.check'); ?> |