Sorry guys!!! Ignore my last post!!! I posted on an outdated page and had not seen the solution posted by uptoeleven…
10 second hotfix – not a fix just ignores the problem…
In the qtranslate_wphacks.php change this
if(inst && ! inst.isHidden()) {
tinyMCE.triggerSave();
} else {
qtrans_save(vta.value);
}
to this
if(inst && ! inst.isHidden()) {
tinyMCE.triggerSave();
} else if(vta){
qtrans_save(vta.value);
} else {
return;
}
Same problem here 🙁
Current set-up:
WP 3.4.1
qTranslate 2.5.31
ACF 3.3.9
WP e-Commerce 3.8.8.5