Володь, привет! Посмотри, что с форумом не так, сегодня начиная с утра постоянно:
nginx error!
The page you are looking for is temporarily unavailable. Please try again later.
Website Administrator
Something has triggered an error on your website. This is the default error page for nginx that is distributed with EPEL. It is located /usr/share/nginx/html/50x.html
You should customize this error page for your own site or edit the error_page directive in the nginx configuration file /etc/nginx/nginx.conf.
А потом:
Общая ошибка
SQL ERROR [ mysqli ]
Got error 28 from storage engine [1030]
SQL
SELECT DISTINCT u.user_id, u.username, u.username_clean, u.user_colour, MAX(s.session_time) as online_time, MIN(s.session_viewonline) AS viewonline FROM (main_users u, main_zebra z) LEFT JOIN main_sessions s ON (s.session_user_id = z.zebra_id) WHERE z.user_id = 5490 AND z.friend = 1 AND u.user_id = z.zebra_id GROUP BY z.zebra_id, u.user_id, u.username_clean, u.user_colour, u.username ORDER BY u.username_clean ASC
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: ucp.php
LINE: 285
CALL: dbal_mysqli->sql_query()