bacbos / bolt-menu-editor

a visual menu-editor extension for the awesome bolt cms
Other
21 stars 23 forks source link

not linking to assets properly #58

Closed ChangePlaces closed 7 years ago

ChangePlaces commented 7 years ago

I've just installed bolt and menueditor, so this may be somewhat my fault, but when viewing the menu editor, the necessary js files aren't being pulled properly. I'm seeing 404's to bacboslab/menueditor/jquery.... instead of pulling them from the web directory.

Have I not installed it properly (I used the builtin installer) or is this really an issue?

navelpluisje commented 7 years ago

@ChangePlaces What version of Bolt did you install and what version of the menueditor?

SvanteRichter commented 7 years ago

Closing since it has been over a month without reply. @ChangePlaces Please reopen when you have the info!

matt-sonata commented 7 years ago

I'm getting this issue too, version 3.2.10 of Bolt and 3.2.1 of Menu Editor. The extension is looking in /extensions/vendor/bacboslab/menueditor/ for css and JS files, but my web root is /public/ .

EDIT: Looks like you need to have the /public/extensions file set to public write permissions.

SvanteRichter commented 7 years ago

@Matthewbeck75 Yeah, bolt needs to sync the assets when the extension is installed, so it needs write permissions to the public/extensions folder.