tdt / core

Transform any dataset into an HTTP API with The DataTank
http://thedatatank.com
83 stars 31 forks source link

Demo data install fails #419

Closed KevinCoworks closed 7 years ago

KevinCoworks commented 7 years ago

Using php artisan db:seed --class=DemoDataSeeder as mentioned on http://docs.thedatatank.com/5.6/installation results in an error PHP Fatal error: Call to undefined function muka\ShapeReader\dbase_open() in <serverdir>/web/vendor/muka/shape-reader/src/DbfFile.php on line 60

This happens after Published a CSV dataset. Published a JSON dataset. Published an XML dataset.

coreation commented 7 years ago

hi @KevinCoworks this is probably because you don't have the dbase PHP extension configured, can you check? It's in the last of the list of system requirements in the documentation.

KevinCoworks commented 7 years ago

That is indeed the case, my apologies

coreation commented 7 years ago

No problem :)