Support Forum
I am having problems since the upgrade to latest Private Message System v 1.0.3 plugin on SP 5.0.0 Build 7534.
The PM message list on the left side does not bring message content when clicking on any message.
Compose button bring the compose fields, but the recipient name completion in Select from Members does not and the message does not seem to be sent.
Any idea to fix this ?
Thank you.
I assume you have cleared your browser cache and retried? if not, please try...
then with firefox and firebug, go to your inbox with the console open... and when you click on a thread, see what is reported in the console (or before if errors after loading inbox)... and report it back here...
sounds like a js issue...
Visit Cruise Talk Central and Mr Papa's World
Same here .. below are the errors (varnish wiped, local caches destroyed, cookies dealt with) - can only show these two as composing is out of the question at all
Console gives onLoad errors:
Uncaught ReferenceError: spPmGetThreadMessages is not defined
On clicking a thread:
Uncaught ReferenceError: spPmGetThreadMessages is not defined
- onclick
can one of you two please provide me a temp user account on your system to investigate? if workable, please pm the details of the account...
Visit Cruise Talk Central and Mr Papa's World
received. most odd, but the forum pm js is not getting loaded. are you using the sp syntax highlighting plugin? its not required, but perhaps the dependencies are breaking down...
so first check, can you temp enable that plugin and see if it clears up?
Visit Cruise Talk Central and Mr Papa's World
eh, was afraid of that... made an error in the script dependencies... can you turn it back off and try a more permanent fix for me?
in the private message plugin, folder private-messaging/library/sp-pm-components.php, around line 280, can you change
wp_enqueue_script('sp-pm', PMSCRIPT.'sp-pm.js', array('jquery', 'jquery-ui-autocomplete', 'sp-syntax', 'sp-syntax-cache'), false, $footer);
to
wp_enqueue_script('sp-syntax'); wp_enqueue_script('sp-syntax-cache'); wp_enqueue_script('sp-pm', PMSCRIPT.'sp-pm.js', array('jquery', 'jquery-ui-autocomplete'), false, $footer);
and see if that solves it? if so, will push out an update to the plugin...
Visit Cruise Talk Central and Mr Papa's World
Turned syntax highlighting off
Tested PMs - broken as expected
Applied the new lines as indicated
Worked again (both viewing and composing)
Removed the syntax highlighting plugin - tried again - still functional (although i could not reset varnish this time, so I hope it now works truly without the highlighting plugin installed)
Is that sufficient?
varnish is a cache?
it works fine now with sytnax highlighting in my tests... just wanted a second confirmation... thanks!
will push out an update to the pm plugin...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)