Picture of Oscar Arango
Authoring Tool not saving with Mac installation
by Oscar Arango - Wednesday, 9 September 2015, 2:59 PM
 

Was able to get the authoring tool to load and work, but does not seem to be saving anything from Courses to Assets.  Mongodb seems to be ok, no errors.

Picture of Brian Quinn
Re: Authoring Tool not saving with Mac installation
by Brian Quinn - Wednesday, 9 September 2015, 3:33 PM
 

Hi Oscar,

When you click "Add new course", enter some details then click "Save", what happens?  What is the output in your terminal?  What is the output in your browser's debug console?

Thanks,

Brian

Picture of Oscar Arango
Re: Authoring Tool not saving with Mac installation
by Oscar Arango - Wednesday, 9 September 2015, 5:11 PM
 

Hi Brian,

After running node server in my case it's "sudo node server" I get this:

{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

js-bson: Failed to load c++ bson extension, using pure JS version

info: [09 Sep 2015 13:09:11 -04:00] Server started listening on port 5000 

 

No activity from the Mongo DB

Picture of Oscar Arango
Re: Authoring Tool not saving with Mac installation
by Oscar Arango - Wednesday, 9 September 2015, 5:19 PM
 

UPDATE:  

When adding an asset, I get this message from terminal:

.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.

Picture of Brian Quinn
Re: Authoring Tool not saving with Mac installation
by Brian Quinn - Thursday, 10 September 2015, 8:30 AM
 

Hi Oscar,

Which version of NodeJS are you using?  If you're using the 'master' branch, you must use v0.10.33, see here:
https://github.com/adaptlearning/adapt_authoring#nodejs--npm

Regards,

Brian

Picture of Oscar Arango
Re: Authoring Tool not saving with Mac installation
by Oscar Arango - Thursday, 10 September 2015, 2:32 PM
 

Hi Brian,

You are right, it was the node version, I uninstalled the latest version and replaced with 10.33, it's all now working.

thanks,