Pagina 1 din 1
eroare accesare profil
Scris: 11-Ian-2015, 14:51:22
de max3semne10
nu pot intra pe profilul unui utilizator imi da eroare:
SQL ERROR [ mysql4 ]
Table 'max3semne_forum.phpbb_profile_views' doesn't exist [1146]
SQL
SELECT * FROM phpbb_profile_views WHERE profile_user_id = 9797 AND viewer_user_id = 2
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysql.php
LINE: 193
CALL: dbal->sql_error()
FILE: [ROOT]/includes/functions_profileviews.php
LINE: 33
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/memberlist.php
LINE: 463
CALL: count_visit()
Re: eroare accesare profil
Scris: 11-Ian-2015, 14:53:03
de Anișor
Cred ca ai instalat modul profile views si nu a fost instalat complet / dezinstalat complet.
Re: eroare accesare profil
Scris: 11-Ian-2015, 15:34:17
de max3semne10
nu am instalat nimic este de cand mi-a fost spart forumu si a fost repus backup de cei de la firma si imi da eroarea aia ... este vro sansa sa il refac?
Re: eroare accesare profil
Scris: 11-Ian-2015, 15:58:17
de Anișor
Poti reinstala modul sau poti dezinstala.
https://www.phpbb.com/customise/db/mod/ ... iews_list/
Descarchi arhiva, dezarhivezi pe desktop si deschizi fisierul cu extensia .xml folosind mozilla/internet explorer.
Apoi urmezi pasii de instalare. In cazul in care vrei sa il dezinstalezi, faci exact opusul instalarii.
Re: eroare accesare profil
Scris: 11-Ian-2015, 20:32:47
de max3semne10
nu merge am urmat pas cu pas si cand accesez folderul pentru install imi da:
ndex name 'phpbb_profile_views_profile_user_id' on table 'phpbb_profile_views' is too long. The maximum is 30 characters.
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/db_tools.php
LINE: 2157
CALL: trigger_error()
FILE: [ROOT]/includes/db/db_tools.php
LINE: 658
CALL: phpbb_db_tools->sql_create_index()
FILE: [ROOT]/install/index.php
LINE: 81
CALL: phpbb_db_tools->sql_create_table()
Scris: 12-Ian-2015, 13:05:32
de dorin
Cauta in
/includes/db/db_tools.php
Cod: Selectaţi tot
$table_prefix = substr(CONFIG_TABLE, 0, -6); // strlen(config)
if (strlen($table_name . $index_name) - strlen($table_prefix) > 30)
{
$max_length = $table_prefix + 30;
trigger_error("Index name '{$table_name}_$index_name' on table '$table_name' is too long. The maximum is $max_length characters.", E_USER_ERROR);
}
si inlocuiteste the "30" cu "99"

Re: eroare accesare profil
Scris: 13-Ian-2015, 14:57:33
de max3semne10
am rezolvat multumesc
