Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

JSconnect Does not Work

I have the plugin JSconnect and a Wordpress Site 3.8 with the Vanilla Forums plugin and its does not work it gives me an error on the jsconnect plugin saying validation does not exist: regex. HElp

Tagged:

Comments

  • this is a know issue, please use the previous version of the jsConnect for the time being.

    http://vanillaforums.org/addon/jsconnect-plugin-1.0.3b

    grep is your friend.

  • Same issue here !! I see new feature of roles / permissions sync which i really need to use to sync roles of wordpress users with vanilla forum.

    any chance you can fix it in near feature?

    Thanks

  • When i tried to download the 1.0.3b version it is downloading but the file size is 0 KB.

  • Hi,

    I was also seeing regex error. I started debugging the code. It was easy to stop the regex error by commenting out a single line of code but then things went bonk!

    The plugin couldn't save a new connection. Carried on debugging. The error is due to plugin trying to insert a new row into gdn_userauthenticationprovider with a field IsDefault which don't exist in the schema. Removing that from $Values extracted from the form and it saves fine.

    And then I discovered how to get debug output from Vanilla - can send stack trace etc if that helps.

    Cheers,

  • clarkeadgclarkeadg New
    edited April 2014

    I had the same problem with the error "validation does not exist: regex"

    Fixed it by installing the latest version of vanilla forums downloaded from github.
    https://github.com/vanillaforums/Garden

    I am using Vanilla Version 2.2.10.3 and jsConnect 1.4.1

Sign In or Register to comment.