我是OctoberCMS的新手,但熟悉laravel
通过composer执行安装和设置时,我遇到了错误消息
我按照以下步骤安装了octobercms https://octobercms.com/docs/console/commands
我已经创建了该目录并授予了必要的权限,但是仍然出现该错误
我还通过以下方式清除了缓存
var selecthover= new OpenLayers.Control.SelectFeature(
vector ,
{ onSelect : onFeatureSelect,
onUnselect : onFeatureUnselect,
multiple: false , hover: true,
toggleKey: "ctrlKey", // ctrl key removes from selection
multipleKey: "shiftKey" // shift key adds to selection
});
map.addControl(selecthover);
selecthover.activate();`
highlightCtrlL=new OpenLayers.Control.SelectFeature(vectorLayer, {
hover: true,
highlightOnly: true,
renderIntent: "temporary",
eventListeners: {
featurehighlighted: onFeatureSelectL,
featureunhighlighted: onFeatureUnselectL
}
}); map.addControl(highlightCtrlL);
highlightCtrlL.activate()
但错误仍然存在。
版本
php-7.0.33
“十月/厘米”:“〜1.0”,
如果需要更多详细信息,请发表评论
答案 0 :(得分:0)
依次尝试
$ php artisan cache:clear
$ php artisan route:clear
$ php artisan cache:table
$ php artisan route:cache
$ php artisan config:cache
似乎您尚未为缓存数据库表创建迁移。