Closed kandidaterne closed 5 years ago
Hi, I think you forgot publish the package
php artisan vendor:publish --provider="ClassicO\NovaMediaLibrary\ToolServiceProvider"
I did the publish command but there is no change, still the same error :-/
Try to reinstall the package. I test it now and I have no problem.
Doesn't work. I've updated my Nova version to 2.0.7 and Laravel to 5.8.26. I've reinstalled the package, followed the instructions, and when it comes to migration I get the message: nothing to migrate and the button-text doesn't seem to be translated and are still like the image I've posted previously...
I've no clue :-/
Check files. Do you have in config folder media-library.php
and in resources/lang/vendor/nova-media-library/en/ messages.php
. And third file in migration
The tool does not work without these files.
I have these files but it still doesn't work :-/ I'm about to give up...
The thing is that some months ago I've installed it already and it did work, but after a short time it was not needed anymore. Now when I want to use it again it doesn't work. When I look at my migrations, the previous _create_nova_media_librarytable.php migration is untracked and does not get migrated When I create the table manually it still doesn't work.
I also tried do remove it from my composer.json and then run composer update and then install it again but no luck.
Even php artisan config:cache or php artisan cache:clear
Its really strange...
Interesting, when I check the console I get TypeError: Cannot read property 'length' of undefined - which is located in media-library
Can you show your project? :) I think you have problem with application... something went wrong
Can you show your project? :) I think you have problem with application... something went wrong
How do you mean show your project?
I can`t help you if I dont see what happend. With new laravel project and this package everything works well
But I don't know what you want to see... specific files?
I want to see how you broke laravel :) No, It makes no sense to show me, see where you changed\broke the structure of the laravel nova
I followed the setup instructions and when I try to upload an image I get the error "Undefined index: resize" and the text on the button etc look strange...
Can someone tell me what is the Issue here?