欢迎各位兄弟 发布技术文章
这里的技术是共享的
使用 -d display_errors 这个选项就能有报错信息了
# php -d display_errors artisan migrate
在 西部数码的服务器上,执行
[root@ebs-25879 public_html]# /www/wdlinux/phps/55/bin/php -d display_errors artisan migrate #有问题
Parse error: syntax error, unexpected '.', expecting variable (T_VARIABLE) in /home/wwwroot/yjy_shrszg_cn/public_html/vendor/symfony/polyfill-mbstring/bootstrap.php on line 119
[root@ebs-25879 public_html]#
[root@ebs-25879 public_html]# /www/wdlinux/phps/56/bin/php -d display_errors artisan migrate #有问题
[Symfony\Component\Debug\Exception\FatalErrorException]
syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE)
[root@ebs-25879 public_html]# /www/wdlinux/phps/71/bin/php -d display_errors artisan migrate #正常了
Migrated: 2021_06_16_091148_modify_city_name_unique_to_cities_table
Migrated: 2021_06_18_152427_create_shejishi_shijihuikuan_table
Migrated: 2021_06_18_152904_create_shijihuikuan_yuanzhang_table
Migrated: 2021_06_18_152925_create_shijihuikuan_zixun_table
[root@ebs-25879 public_html]#