anvc / scalar

Born-digital, open source, media-rich scholarly publishing that’s as easy as blogging.
Other
231 stars 73 forks source link

404 not found in import section of dash #19

Closed rcrath closed 8 years ago

rcrath commented 9 years ago

hi, in my install of scalar (http://dahi.manoa.hawaii.edu), I get a 404 error in the import/export tab for the import function section of the page screenshot from 2015-09-09 11-30-08

it is a fresh install from a day or so ago from git clone

craigdietrich commented 9 years ago

Hi Rich,

Thanks for your interest in Scalar over at Hawaiʿi DH!

The Transfer Tool (that resides in an iframe there in the Import/Export tab) is actually kept in a seperate repository -- though it's linked in Scalar's Git, it doesn't download into the ZIP file.

All you need to do is head here: https://github.com/Michael628/scalar-book-transfer-tool , download the ZIP and place its contents into:

/system/application/plugins/transfer

Your timing is well, we just made a few bug fixes to the Transfer Tool.

Thanks, Craig

rcrath commented 9 years ago

that did it. that was fast! thanks. I have a small DH grad class and we will be trying scalar this semester as an authoring platform.

craigdietrich commented 9 years ago

Great to hear, keep us posted :)

ccc2lu commented 8 years ago

I installed Scalar here at Lehigh University and ran into this issue as well. I was about to open an issue when I found this closed one for the same problem. It would probably be a good idea to add this to the installation documentation, since the "Import/Export" tab is there in core Scalar. Either that or add some code to the Import/Export page to check if the transfer plugin is there, and if not put some text in saying it needs to be installed. The "404 Page not found" error is quite confusing, heh.

craigdietrich commented 8 years ago

@ccc2lu This is corrected in the recent commit https://github.com/anvc/scalar/commit/1324ca23df73598049af2c7c2d904cf08d9effb9

Thanks for prompting this update!