File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
setup/view/magento/setup/readiness-check Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 115
115
<div ng-repeat="setting in settings.data">
116
116
<div ng-show="setting.error && setting.helpUrl" class="rediness-check-side">
117
117
<p class="side-title">Need Help?</p>
118
- <a href="{{setting.helpUrl}} " target="_blank">PHP Documentation</a>
118
+ <a href="http://php.net/manual/en/ini.list.php " target="_blank">PHP Documentation</a>
119
119
</div>
120
120
<div ng-show="setting.error" class="readiness-check-content">
121
121
<p>
171
171
172
172
<div class="rediness-check-side">
173
173
<p class="side-title">Need Help?</p>
174
- <a href="# " target="_blank">PHP Extension Help</a> <?php // ToDo UI: missing url ? >
174
+ <a href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html " target="_blank">PHP Extension Help</a>
175
175
</div>
176
176
177
177
<span class="readiness-check-icon icon-failed-round"></span>
188
188
<p>
189
189
The best way to resolve this is to install the correct missing extensions. The exact fix depends on our server, your host, and other system variables.
190
190
<br>
191
- Our
192
- <a href="#">PHP Extension Help</a> <?php // ToDo UI: missing url ?>
193
- can get you started.
191
+ Our <a href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html" target="_blank">PHP Extension Help</a> can get you started.
194
192
</p>
195
193
<p>
196
194
If you need more help, please call your hosting provider.
You can’t perform that action at this time.
0 commit comments