I suspect you use the ez-pages multi language module, this module moves the pages_title to another table.
One way to get around that is:
Open your includes/classes/ssu/plugins/parsers/pages.php
Find this line
Replace byPHP Code:static $table = TABLE_EZPAGES;
PHP Code:static $table = TABLE_EZPAGES_TEXT;


Reply With Quote

