Bazy danych SQL - Couldn't access list of Forums
mattheo - 18-02-2013, 14:05 Temat postu: Couldn't access list of Forums
Kod: |
Couldn't access list of Forums
DEBUG MODE
SQL Error : 1054 Unknown column 'p.post_approve' in 'field list'
SELECT f.*, p.post_time, p.post_username, p.post_approve, u.username, u.user_id, u.user_level, u.user_jr, t.topic_last_post_id, t.topic_title FROM phpbb_forums f LEFT JOIN phpbb_posts p ON (p.post_id = f.forum_last_post_id) LEFT JOIN phpbb_users u ON (u.user_id = p.poster_id) LEFT JOIN phpbb_topics t ON (t.topic_last_post_id = p.post_id AND t.forum_id = f.forum_id) ORDER BY f.forum_order, f.forum_id
Line : 233
File : functions.php |
Pomoże mi ktoś ?
kooza - 18-02-2013, 14:48
Brakuje pola post_approve, wykonaj zapytania do bazy
Kod: | ALTER TABLE `phpbb_posts` ADD `post_approve` tinyint(1) DEFAULT '0'; |
mattheo - 18-02-2013, 15:47
Kod: | SQL Error : 1054 Unknown column 'a.auth_globalannounce' in 'field list'
SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_globalannounce, a.auth_vote, a.auth_pollcreate FROM phpbb_forums a
Line : 153
File : auth.php |
[ Dodano: 18-02-2013, 15:57 ]
Kod: | Could not query forum moderator information
DEBUG MODE
SQL Error : 1054 Unknown column 'g.group_color' in 'field list'
SELECT aa.forum_id, g.group_id, g.group_name, g.group_single_user, g.group_type, g.group_color, g.group_prefix, g.group_style, u.username, u.user_id FROM (phpbb_auth_access aa, phpbb_user_group ug, phpbb_groups g) LEFT JOIN phpbb_users u ON (u.user_id = ug.user_id) WHERE aa.auth_mod = 1 AND ug.group_id = aa.group_id AND g.group_id = aa.group_id ORDER by aa.forum_id, g.group_single_user, g.group_name
Line : 2686
File : functions.php | Okej a to
xlesiu - 18-02-2013, 16:59
mattheo, kolego czy Ty przypadkiem nie kliknąłeś w PA odinstaluj modyfikacje?
Majkelo - 18-02-2013, 17:03
Raczej kliknął
http://cs-konopia.pl/check_files.php
Pozostaje wgrać backup bazy.
mattheo - 18-02-2013, 17:10
Nie dawalem nic. Hmm a jak odzyskac uzytkownikow, grupy tematy, fora i posty?
xlesiu - 18-02-2013, 17:12
mattheo, jeżeli zrobiłeś kopię bazy to możesz wgrać. Jeżeli nie zrobiłeś to spytaj się hostingu czy oni nie robią co jakiś czas.
http://przemo.org/phpBB2/...pic.php?t=89233
mattheo - 18-02-2013, 17:15
tzn zrobilem dopiero tej zepsutej, mozna z niej odzyskac ?
xlesiu - 18-02-2013, 17:18
To pozostaje dla Ciebie chyba to http://przemo.org/phpBB2/...=install#up_org
mattheo - 18-02-2013, 17:21
a jesli wprowadze po instalacji stare tabele users groups forums itp?
czesio56560 - 18-02-2013, 19:28
Możesz z tej po prostu wyciągnąć tabele z userami, postami, tematami i wgrać je na nową bazę.
|
|
|