@macu
Try this (not tested):
Edit the PagesXML/PageCaching plugin (v2.3) pages.php file, line 304:
and change it to this:
(Note that when GS 3.1 is available, the Pages plugin will not be needed.)
Try this (not tested):
Edit the PagesXML/PageCaching plugin (v2.3) pages.php file, line 304:
Code:
if (isset($plugin_info['customfields'])){
and change it to this:
Code:
if (isset($plugin_info['i18n_customfields'])){
(Note that when GS 3.1 is available, the Pages plugin will not be needed.)