webuseful
Forum Replies Created
-
I’ve upgraded to Pro and that’s fixed the problem.
I’ve also tried deactivating all other plugins, and got the same result.
I’ve deleted the user, event and the plugin, then re-installed the plugin, and got the same result. It’s WordPress 6.1.1 on PHP 7.4.
Also, the “Create an account” link is incorrect. It goes to https://www.managementcontrolassociation.ac.uk/?task=register, not https://www.managementcontrolassociation.ac.uk/wp-login.php?task=register
Please do create a test user if that helps.
Forum: Plugins
In reply to: [Iptanus File Upload] Select File button has stopped working, with JS errorsHi,
It’s fixed. It was a theme-related issue. The theme moved the wpautop filter to after shortcodes are processed, which added line feed around:
file_contents=”<table>
<tbody>”+file_contents+”</tbody>
</table>The theme is a few years old, so I guess a recent upgrade changed the way wpautop works.
Steve