Support Forum

Auto update-forum not working right

46 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

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.

WO woody
woody
Member

No probs, could i go back to earlier forum then update back to 5? Thanks ever so much for your time YS.

MP Mr Papa
Mr Papa
Member

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…

WO woody
woody
Member

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.

MP Mr Papa
Mr Papa
Member

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??

WO woody
woody
Member

i’ve added it to the wp config, shall i reverse it? 

WO woody
woody
Member

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);

MP Mr Papa
Mr Papa
Member

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…

FI firefoodshot
firefoodshot
Member
i’ve removed the pm plugin, and i no longer get the red data base error. Is there a way i can make a change to the plugin before i upload it?

As we stand i have no pm and no tiny editor…forum’s running well thoughlaugh

MP Mr Papa
Mr Papa
Member

firefoodshot, sorry, but what are you talking about?  hard when you jump in middle of some one else’s topic…

WO woody
woody
Member

sorry mr p that’s my google log in on another pc, just wondering what the options are now

MP Mr Papa
Mr Papa
Member

ah, okay…  have you resolved the incorrect loading of older versions of jquery and jquery ui?

MP Mr Papa
Mr Papa
Member

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…