"getPub" failed: Table './mbramka/pn_pagesetter_pubheader' is marked as crashed and should be repaired while executing: SELECT pubTable.pg_id,
pubTable.pg_pid,
pubTable.pg_approvalState,
pubTable.pg_online,
pubTable.pg_revision,
pubTable.pg_topic,
pn_topics.pn_topicname as core_topic_name,
pn_topics.pn_topictext as core_topic_text,
pn_topics.pn_topicimage as core_topic_image,
pubTable.pg_showInMenu,
pubTable.pg_showInList,
pubTable.pg_author,
pubTable.pg_creator,
UNIX_TIMESTAMP(pubTable.pg_created) as pg_created,
pn_pagesetter_pubheader.pg_hitcount,
UNIX_TIMESTAMP(pubTable.pg_lastUpdatedDate) as pg_lastUpdatedDate,
UNIX_TIMESTAMP(pubTable.pg_publishDate) as pg_publishDate,
UNIX_TIMESTAMP(pubTable.pg_expireDate) as pg_expireDate,
pubTable.pg_language
,
pg_field135,
pg_field157,
pg_field139_table.pg_title as pg_field139_title,
pg_field139_table.pg_fullTitle as pg_field139_fullTitle,
pg_field139_table.pg_description as pg_field139_description,
pg_field139_table.pg_value as pg_field139_value,
pg_field139
FROM pn_pagesetter_pubdata4 as pubTable
LEFT JOIN pn_pagesetter_listitems as pg_field139_table
ON pg_field139_table.pg_id = pg_field139
LEFT JOIN pn_topics ON pubTable.pg_topic = pn_topics.pn_topicid
LEFT JOIN pn_pagesetter_pubheader ON pubTable.pg_pid = pn_pagesetter_pubheader.pg_pid AND
pg_tid = 4
WHERE pubTable.pg_pid = 64
AND (pg_publishDate <= NOW() || pg_publishDate IS NULL)AND (NOW() < pg_expireDate || pg_expireDate IS NULL)
AND pg_online
AND NOT pg_indepot