Skip to content

Commit 9efc30c

Browse files
author
Ivan Gavryshko
committed
MAGETWO-33027: [GITHUB] Installation Incomplete with XDebug enabled #904
- updated message (approved)
1 parent 8391aea commit 9efc30c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup/src/Magento/Setup/Controller/Environment.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,11 @@ private function checkXDebugNestedLevel()
230230
}
231231

232232
$message = sprintf(
233-
'Magento2 requires xdebug.max_nesting_level to be set %d or more,
234-
but it set xdebug.max_nesting_level=%d.',
235-
$minimumRequiredXDebugNestedLevel,
236-
$currentXDebugNestingLevel
233+
'Your current setting of xdebug.max_nesting_level=%d.
234+
Magento 2 requires it to be set to %d or more.
235+
Edit your config, restart web server, and try again.',
236+
$currentXDebugNestingLevel,
237+
$minimumRequiredXDebugNestedLevel
237238
);
238239

239240
$data['xdebug_max_nesting_level'] = [

0 commit comments

Comments
 (0)