+ Reply to Thread
Results 1 to 2 of 2

Thread: I cannot entry in ACP

  1. #1
    Junior Member stefano54 is on a distinguished road
    Join Date
    Oct 2011
    Posts
    22

    I cannot entry in ACP

    I cannot entry in ACP panel control admin of phpbb.
    My username and password OK , when I confirm to entry in ACP

    the following error appears

    ________________________
    Errore Generale

    SQL ERROR [ mysqli ]

    Got error 28 from storage engine [1030]

    SQL

    SELECT l.*, u.username, u.username_clean, u.user_colour FROM neoe_log l, neoe_users u WHERE l.log_type = 0 AND u.user_id = l.user_id ORDER BY l.log_time DESC LIMIT 5

    BACKTRACE

    FILE: includes/db/mysqli.php
    LINE: 163
    CALL: dbal->sql_error()

    FILE: includes/db/mysqli.php
    LINE: 205
    CALL: dbal_mysqli->sql_query()

    FILE: includes/db/dbal.php
    LINE: 170
    CALL: dbal_mysqli->_sql_query_limit()

    FILE: includes/functions_admin.php
    LINE: 2606
    CALL: dbal->sql_query_limit()

    FILE: includes/acp/acp_main.php
    LINE: 536
    CALL: view_log()

    FILE: includes/functions_module.php
    LINE: 507
    CALL: acp_main->main()

    FILE: adm/index.php
    LINE: 74
    CALL: p_master->load_active()

    How I can go ahead?

    on the official forum of phpbb they answer to me

    A 1016 or a 1030 error from MySQL means that part of your data, the "index file", is screwed up, and needs to be fixed.

    If you receive a 1016 or 1030 error with a code of "2", "9", "12", "13", "23", "24", "28", or "122", contact your host immediately - these errors can not be dealt with by the following instructions, and are indicative of problems (possibly hardware) on the MySQL server.

  2. #2
    Junior Member stefano54 is on a distinguished road
    Join Date
    Oct 2011
    Posts
    22

    Re: I cannot entry in ACP

    I have launch the function repair on the database sql, NOW all works

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34