Hi,
I've just installed both the mobile and the mobile admin plugins.
Admin page is working great, but going to site home page on mobile device, I get an error message: WAPL ERROR: Entity 'nbsp' not defined.
Any advice appreciated, thanks
Hi,
I've just installed both the mobile and the mobile admin plugins.
Admin page is working great, but going to site home page on mobile device, I get an error message: WAPL ERROR: Entity 'nbsp' not defined.
Any advice appreciated, thanks
Hi - what version of the plugin are you running? I've made a few bug fixes in later versions that should address your issue.
Also - have you got a URL with the error on so I can take a look?
Hi Rich - I'm running plugin Version 1.5.8 on WP Version 2.8.5
URL is http://www.tayside.bcs.org
Cheers
Jon
Ha! Solved it. Just added the following to the end of line 66 in admin/globalfunctions.php
' ' => '⇒'
EDIT - the correct code is being stripped out in this forum post. It should be
' ' => '& # x 2 1 D 2;' without the spaces in the second part of the string.
You must log in to post.