Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Carey on December 04, 2017, 06:00:19 PM

Title: Elastic Skin Won't Save Settings
Post by: Carey on December 04, 2017, 06:00:19 PM
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.
Title: Re: Elastic Skin Won't Save Settings
Post by: JohnDoh on December 05, 2017, 02:45:37 AM
Check your browser console for JS errors.
Title: Re: Elastic Skin Won't Save Settings
Post by: Carey on December 05, 2017, 08:28:14 AM
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

Title: Re: Elastic Skin Won't Save Settings
Post by: JohnDoh on December 05, 2017, 01:09:36 PM
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
Title: Re: Elastic Skin Won't Save Settings
Post by: Carey on December 05, 2017, 04:15:41 PM
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.