Thread Starter
glaroc
(@glaroc)
Ok, it turns out that in this file:
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php
line 86 is causing the problem…
add_filter(‘home_url’, array(&$this, ‘wpml_home_url’), -1, 4);
If you commment this out, it now works. I hope NextGEN will fix this in the next release…
Thread Starter
glaroc
(@glaroc)
It is definitely a problem with the NextGEN and some of the translating features in WordPress because when I deactivate NextGEN it fixes the problem. I don’t know where to start looking for a solution for this…