Roundcube Community Forum

 

Elastic Skin Won't Save Settings

Started by Carey, December 04, 2017, 06:00:19 PM

Previous topic - Next topic

Carey

I've installed the SVN version of RC, and the elastic skin.  The skin displays properly, but if I try to save any settings or new contacts, nothing happens.  If I switch to the larry skin, settings save fine.

Is the Save button/function disabled on the Elastic skin at this point in it's development?  If not, what could I have set wrong that would cause only the elastic skin to not save settings changes?

Thanks.

JohnDoh

Check your browser console for JS errors.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

Carey

There isn't a js error when pressing Save.  Just this one each time the page is changed:

TypeError: list.get_next is not a function


JohnDoh

either you have some caching problem or when you checked out git-master of Roundcube it didn't go smoothly coz those functions where added a while ago see https://github.com/roundcube/roundcubemail/commit/19ad6b15e83f8969432ec171f585f552802b8576
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

Carey

I figured it out.  I installed over an older RC version, and forgot to update the Javascript dependencies.  The Javascript dependencies were from an older version.

After running the `bin/install-jsdeps.sh` script, it worked as expected.

Thank you for your help.