грешка при качването на флаговете

SLASH

Registered
това е грешката която ми показва

Couldn't obtain flags information.

DEBUG MODE

SQL Error : 1146 Table 'bumbovs_phpbb1.phpbb_flags' doesn't exist

SELECT * FROM phpbb_flags ORDER BY flag_name

Line : 959
File : usercp_register.php
 
easyMOD показва нещо подобно

COPY #96
copy root/images/flags/*.gif to images/flags/
copy root/admin/*.php to admin/
copy root/templates/subSilver/admin/*.tpl to templates/subSilver/admin/


DIY INSTRUCTIONS #102
Method 1: Copy root/install/db_update_en.php to install/db_update_en.php. Execute and delete after it has been run
Method 2: Use EasyMOD to run contrib/install/db_update_en.txt
Method 3: Copy the SQL query from contrib/install/db_update_en.txt and execute it manually


OPEN #108
includes/constants.php


FIND #112
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');


AFTERADD #116
define('FLAG_TABLE', $table_prefix.'flags'); // Country/Location Flags


OPEN #120
includes/usercp_viewprofile.php


FIND #124
$pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';


AFTERADD #128
// Country/Location Flags
$location = ( $profiledata['user_from'] ) ? $profiledata['user_from'] : ' ';
$flag = ( !empty($profiledata['user_from_flag']) ) ? ' <img src="images/flags/' . $profiledata['user_from_flag'] . '" alt="' . $profiledata['user_from_flag'] . '" title="' . $profiledata['user_from_flag'] . '" border="1" />' : '';
$location .= $flag;
 
нито един от вариянтите не стана предложете какво да правя не мога да си отида на профила
 

Горе