I'm in the process of upgrading a site from bs2 to bs3 and I've run into an unexpected (and possibly unrelated?) error. On one page I have links in one component that are supposed to update another component. The links are now broken and raise an error:
Syntax error, unrecognized expression:
/paideia/plugin_listandedit/edit.load/plugin_slider_decks/74?orderby=id&tablename=plugin_slider_decks
The "unrecognized expression" is simply the url that is supposed to be loaded in the other component. The link that triggers this error looks like this:
<a data-toggle="tab" class="plugin_listandedit_list" data-w2p_disable_with="default" data-w2p_method="GET" data-w2p_target="viewpane" href="/paideia/plugin_listandedit/edit.load/plugin_slider_decks/76?orderby=id&tablename=plugin_slider_decks">Asking 'When' Questions</a>
So far I've tried updating the web2py.js file to the latest github version, but that didn't change anything. I'm really mystified!