Code: Alles auswählen
DROP TABLE IF EXISTS `phpbb_cal_config`;
CREATE TABLE `test1_cal_config` (
`name` varchar(30) collate utf8_bin NOT NULL default '',
`value` varchar(255) collate utf8_bin NOT NULL default '',
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
INSERT INTO `phpbb_cal_config` (`name`, `value`) VALUES
('groups_for_all', '1,2'),
('groups_for_members', '4,5'),
('last_cronjob', '');
test1 muss aber auch phpbb sein.
CREATE TABLE `test1_cal_config` (
Durch den Fehler wurde phpbb_cal_cofig gelöscht (mit inst_0.6.0 wiederhergestellt)
Die Felder Name und value sind enthalten.
----
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Unknown column 'invitations_white_g' in 'field list' [1054]
SQL
SELECT id, author, name, desc_text, desc_uid, desc_bitfield, desc_options, invitations_white_g, invitations_black_g, invitations_white_u, invitations_black_u, visible, auth_edit_white_g, auth_edit_black_g, auth_edit_white_u, auth_edit_black_u FROM phpbb_cal_events
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: calendar/common.php
LINE: 1742
CALL: dbal_mysql->sql_query()
FILE: calendar/common.php
LINE: 2179
CALL: cal_events::init()
FILE: includes/acp/acp_calendar.php
LINE: 31
CALL: include('calendar/common.php')
FILE: includes/functions_module.php
LINE: 471
CALL: acp_calendar->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()