Page 1 of 1

uncaught reference error : d3 is not defined

Posted: 15 Aug 2016, 20:42
by jossnaz
see here:

http://imageshack.com/i/plqGocoAp

when accessing:

http://ffix.local/jqadm/search/dashboar ... lt&lang=en


now i had problems before:

laravel-package-f18/extadm-index-24-syn ... -t741.html

but i can without problems access the extadm area.

Re: uncaught reference error : d3 is not defined

Posted: 15 Aug 2016, 20:50
by aimeos
You've updated from Aimeos 2016.04 or earlier to 2016.07 and didn't replace the copies of the view files in the ./resources/views/vendor/shop/ directory.

Re: uncaught reference error : d3 is not defined

Posted: 18 Aug 2016, 21:43
by jossnaz
i wish your docs were not plain wrong. I did indeed change the index.blade.php

but i did not copy the entire folder. Because it was not written to do so.

see here:

https://aimeos.org/docs/Laravel/Upgrade


now i copied the ENTIRE folder from the vendor directory, and it works.

But that is not according to the docs.

Re: uncaught reference error : d3 is not defined

Posted: 19 Aug 2016, 16:17
by aimeos
Thanks for the hint, we've changed the documentation to make clear that the whole view directory must be copied.