TomyVk
Member
- Messages
- 179
- Reaction score
- 0
- Points
- 16
Can anyone explain the following error message for me?:
From what I've researched, the error code 28 refers to not enough space on the host drive to complete the request. Getting this message every time I attempt to open a post on my forum. This started happening a few days ago, but comes and goes (comes more than goes, but....).
Code:
[B]General Error[/B]
SQL ERROR [ mysqli ]
Got error 28 from storage engine [1030]
SQL
SELECT l.*, f.* FROM phpbb_profile_lang l, phpbb_profile_fields f WHERE l.lang_id = 1 AND f.field_active = 1 AND f.field_no_view = 0 AND l.field_id = f.field_id ORDER BY f.field_order
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_profile_fields.php
LINE: 218
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_profile_fields.php
LINE: 370
CALL: custom_profile->build_cache()
FILE: viewtopic.php
LINE: 1163
CALL: custom_profile->generate_profile_fields_template()
From what I've researched, the error code 28 refers to not enough space on the host drive to complete the request. Getting this message every time I attempt to open a post on my forum. This started happening a few days ago, but comes and goes (comes more than goes, but....).
Last edited: