clsDB - error 1226: User 'hemmler-wunder' has exceeded the 'max_queries_per_hour' resource (current value: 250000)Stack trace:
file line function args
/var/www/customers/hemmler/www.hemmler-wunder.de/cms/framework/ustlib/clsDB.inc.php 480 get_stacktrace array ( )
/var/www/customers/hemmler/www.hemmler-wunder.de/cms/inc/cms_utils.inc.php 900 query clsDB [object] -> array ( 0 => 'select ID, case when PAGE_LINK_IN_MENU = \'Y\' then \'Y\' else \'N\' end as PAGE_LINK_IN_MENU, case when IS_VALID = \'Y\' then \'Y\' else \'N\' end as IS_VALID, case when VALID_FROM is null or VALID_FROM <= now() then \'OK\' else \'N\' end as VALID_FROM, case when VALID_UNTIL is null or now() <= VALID_UNTIL then \'OK\' else \'N\' end as VALID_UNTIL from CMS_PAGE where FILENAME = \'index\'', )
/var/www/customers/hemmler/www.hemmler-wunder.de/index.php 138 cmsInternalPrepareMenuDef array ( 0 => array ( 'MENU_ENTRY_27' => array ( 'key' => 'MENU_ENTRY_27', 'id' => 'menu_item_27', 'title' => 'Startseite', 'title_tag' => '', 'url' => 'index.php', 'target' => '', 'useSession' => true, 'onClick' => '', 'image' => '', 'image_open' => '', 'sub_vertical' => true, 'login' => false, 'logout' => false, ), ), )
/var/www/customers/hemmler/www.hemmler-wunder.de/dispatch.php 329 array ( 0 => '/var/www/customers/hemmler/www.hemmler-wunder.de/index.php', ) include


Dump of SQL statement:
select ID,
                       case when PAGE_LINK_IN_MENU = 'Y' then 'Y'
                            else 'N'
                       end as PAGE_LINK_IN_MENU,
                       case when IS_VALID = 'Y' then 'Y'
                            else 'N'
                       end as IS_VALID,
                       case when VALID_FROM is null or VALID_FROM <= now() then 'OK'
                            else 'N'
                       end as VALID_FROM,
                       case when VALID_UNTIL is null or now() <= VALID_UNTIL then 'OK'
                            else 'N'
                       end as VALID_UNTIL
                from CMS_PAGE
                where FILENAME = 'index'