Hello
I installed lfm to laravel 5.8 on local LAMPP.
And I can't see any files & folders
Browser console write me:
laravel-filemanager:1 A cookie associated with a cross-site resource at http://cloudflare.com/ was set without the
SameSiteattribute. A future release of C
hrome will only deliver cookies with cross-site requests if they are set with
SameSite=NoneandSecure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
laravel-filemanager:583` Uncaught ReferenceError: actions is not definedat HTMLDocument.<anonymous> (laravel-filemanager:583) at j (jquery.js:3143) at Object.fireWith [as resolveWith] (jquery.js:3255) at Function.ready (jquery.js:3467) at HTMLDocument.J (jquery.js:3498)
Please, help me find solution!
[583] actions.reverse().forEach(function (action) { //Uncaught ReferenceError: actions is not defined
$('#nav-buttons > ul').prepend(
$('<li>').addClass('nav-item').append(
$('<a>').addClass('nav-link d-none')
.attr('data-action', action.name)
.attr('data-multiple', action.multiple)
.append($('<i>').addClass('fas fa-fw fa-' + action.icon))
.append($('<span>').text(action.label))
)
);
});
Hello,
it happened to me when I updated to 2.0, maybe is it your case?
I forced to refresh published files with php artisan vendor:publish --all --force and it worked for me
regards
Thanks, worked for me @pabloperezromani
Hello,
it happened to me when I updated to 2.0, maybe is it your case?
I forced to refresh published files withphp artisan vendor:publish --all --forceand it worked for me
regards
this is very dangerous, be careful else you will loose a lot of work