• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

mysql

N

nottm

Guest
Hello I recently uploaded phpbb to one of my websites on my plesk 7.5 root server and got the following message

Could not query forums information

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id FROM (( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order

Line : 167
File : index.php

can anyone tell me anything about error 28, and how I can resolve the problem!

Kindest Regards
Micheal.
 
From searching Google, some reasons for this happening are:

Disk Full

Swap error

mySQL tables for phpBB needing repair

mySQL tables for phpBB needing optimization

Due to some mod installed

Installing to one directory then 'copying' it to another without changing the phpBB configs to reflect the new directory

There are more hits, but these will give you a starting point.
 
Back
Top