Closed smiaoO712 closed 5 years ago
Hi. Have you solved this issue?
没有完全解决,我的项目出现这个bug的原因是这个扩展的配置和ueditor的配置有冲突
这个扩展和ueditor读取不同的配置,怎么会冲突呢?
加载latlong配置的时候传过来的值是空的,就导致全局报错,打印E:\develop\bangbangzhao\vendor\encore\laravel-admin\src\Extension.php的config方法,打印出来是ueditor的配置,写了日志也只能拿到ueditor的内容,拿不到latlong的配置,然后改了latlong的extension.php的getProvider方法,就能用了,目前也没找到具体原因,猜测是受到ueditor影响导致的。有可能是admin.php里面的extensions太多了?目前有grid-lightbox,ueditor,latlong
------------------ 原始邮件 ------------------ 发件人: "Song"<notifications@github.com>; 发送时间: 2019年11月28日(星期四) 上午10:19 收件人: "laravel-admin-extensions/latlong"<latlong@noreply.github.com>; 抄送: "徐永胜"<964392197@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [laravel-admin-extensions/latlong] 配置完成后报错ErrorException (E_NOTICE) Undefined index: (#18)
这个扩展和ueditor读取不同的配置,怎么会冲突呢?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
运行php artisan config:clear
试试看
试过了,我把所有缓存都清了,不起作用,跑起来直接挂了
------------------ 原始邮件 ------------------ 发件人: "Song"<notifications@github.com>; 发送时间: 2019年11月28日(星期四) 下午2:22 收件人: "laravel-admin-extensions/latlong"<latlong@noreply.github.com>; 抄送: "徐永胜"<964392197@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [laravel-admin-extensions/latlong] 配置完成后报错ErrorException (E_NOTICE) Undefined index: (#18)
运行php artisan config:clear试试看
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
重现不了这个问题
配置完成后报错ErrorException (E_NOTICE) Undefined index: enable设置为false才能继续使用后台