mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12620] Improve error message
PHPBB3-12620
This commit is contained in:
parent
70201ee8fa
commit
733ae584dd
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ $phpbb_class_loader_ext->register();
|
||||||
if (ENVIRONMENT == 'debug' && !class_exists('Goutte\Client', true))
|
if (ENVIRONMENT == 'debug' && !class_exists('Goutte\Client', true))
|
||||||
{
|
{
|
||||||
trigger_error(
|
trigger_error(
|
||||||
'Composer dependencies have not been set up for the development environment yet, run ' .
|
'Composer development dependencies have not been set up for the development environment yet, run ' .
|
||||||
"'php ../composer.phar install --dev' from the phpBB directory to do so.",
|
"'php ../composer.phar install --dev' from the phpBB directory to do so.",
|
||||||
E_USER_ERROR
|
E_USER_ERROR
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue