Well at the moment the honest truth is I have no idea.
We have one other user with the quote behaviour (i.e., does nothing but doesn’t throw an error). I have asked him for his list of active plugins so I can compare them with yours. You never know – might turn up a match.
Support Forum
No probs, could i go back to earlier forum then update back to 5? Thanks ever so much for your time YS.
could you add the following to your wp-config.php file and let us know?
define(‘SP_SCRIPTS_DEBUG’, true);
if will allow us to debug the js and see what is up…
define (‘WPLANG’, ‘en’); i have added the en to this code after doing some google research
This is weird, if i hit the quote button i can use the tiny mce editor,although the quote text isn’t there…. if i click reply i can’t use the editor?
ive reverted back to html editor again.
sorry, why did you set the language to what is default anyways? do you have an ‘en’ language mo file??
did you add the requested line to your wp config??
file: /problem-with-post-edit-buttonome/sites/firefoods.co.uk/public_html/wp-content/sp-resources/forum-plugins/private-messaging/sp-pm-plugin.php
line: 320
function: sp_pm_do_user_class
error: Table ‘web82-a-word-252.wp_sfadversaries’ doesn’t exist
SELECT adversary_id FROM wp_sfadversaries WHERE user_id=2
I found this?
function sp_pm_user_class(&$user) {
include_once(PMLIBDIR.’sp-pm-components.php’);
sp_pm_do_user_class($user);
no please leave the js script debug stuff… oddly, lots of strange js stuff going on your site…
your theme or plugins are incorrectly loading jquery and jquery ui (at least)… older versions from googleapis is being loaded rather than the versions of jquery and jquery ui that ship with wp… when older versions are used than that from wp, conflicts can arise…
As we stand i have no pm and no tiny editor…forum’s running well though![]()
firefoodshot, sorry, but what are you talking about? hard when you jump in middle of some one else’s topic…
sorry mr p that’s my google log in on another pc, just wondering what the options are now
ah, okay… have you resolved the incorrect loading of older versions of jquery and jquery ui?
the theme might be loading one… it looks like jigoshop was loading the older jquery ui to me…
sorry, have not gone back and read whole topic… but have you tried to narrow it down?
try a temp switch to default wp theme and see if any better…
if not, disable other wp plugins and see if any better… if so, then renable one by one until things go bad… then we no more where to look…