Skip to content

After upgrading Laravel-medialibrary 6.9.2 to 7.18 file uploads no longer work #1957

Answered by hondaman900
hondaman900 asked this question in Q&A
Discussion options

You must be logged in to vote

After digging deep into the Chrome console and network reporting on the error I found a SQL error that indicated a new column was needed in the media table. A Google search on this found me actual documentation for upgrading laravel-medialibrary from v.6 to v.7. After adding the responsive_images column to the media table, and double-checking the other upgrade requirements (which I had already done from the regular setup docs for that version) everything worked again.

If I may suggest linking the upgrading doc to the repository docs so that others like me, trying to upgrade versions, can both know it exists and find it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hondaman900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant