Crud: ajax-loader.gif not found

Created on 5 Jan 2018  路  1Comment  路  Source: Laravel-Backpack/CRUD

Bug report

vendor/backpack/crud/img/ajax-loader.gif not found

What I've already tried to fix it:

I copied the folder vendor/backpack/crud/src/public/crud/img in to public/vendor/backpack/crud/img

Backpack, Laravel, PHP, DB version:

3.3.4, 5.5.28, 7.2

Most helpful comment

Hi @cerelli ,

Thanks for the bug report. Yes, the ajax-loader image has been introduced in a relatively new BackpackCRUD version, as a backwards-compatible update. So you shouldn't get an error - if the file is missing you should see the "Loading..." text, just like before, instead of the new, cooler spinner:
screen shot 2018-01-09 at 10 05 00

If you have this error I recommend you re-publish the assets with php artisan vendor:publish --provider="Backpack\CRUD\CrudServiceProvider" --tag="public".

Another solution would be to copy the file manually, like you said.

Thanks, cheers!

>All comments

Hi @cerelli ,

Thanks for the bug report. Yes, the ajax-loader image has been introduced in a relatively new BackpackCRUD version, as a backwards-compatible update. So you shouldn't get an error - if the file is missing you should see the "Loading..." text, just like before, instead of the new, cooler spinner:
screen shot 2018-01-09 at 10 05 00

If you have this error I recommend you re-publish the assets with php artisan vendor:publish --provider="Backpack\CRUD\CrudServiceProvider" --tag="public".

Another solution would be to copy the file manually, like you said.

Thanks, cheers!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

packytagliaferro picture packytagliaferro  路  3Comments

alexgmin picture alexgmin  路  3Comments

mikael1000 picture mikael1000  路  3Comments

genesiscz picture genesiscz  路  3Comments

M0H3N picture M0H3N  路  3Comments