Habs robiert mit einer EasyMOD Installation ...
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/admin/admin_meeting.php] could not be found.
copy admin/admin_meeting.php to admin/admin_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/language/lang_english/lang_meeting.php] could not be found.
copy language/lang_english/lang_meeting.php to language/lang_english/lang_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/language/lang_german/lang_meeting.php] could not be found.
copy language/lang_german/lang_meeting.php to language/lang_german/lang_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_comment_body.tpl] could not be found.
copy templates/subSilver/meeting_comment_body.tpl to templates/subSilver/meeting_comment_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_detail_body.tpl] could not be found.
copy templates/subSilver/meeting_detail_body.tpl to templates/subSilver/meeting_detail_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_edit_body.tpl] could not be found.
copy templates/subSilver/meeting_edit_body.tpl to templates/subSilver/meeting_edit_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_signlist_body.tpl] could not be found.
copy templates/subSilver/meeting_signlist_body.tpl to templates/subSilver/meeting_signlist_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_viewlist_body.tpl] could not be found.
copy templates/subSilver/meeting_viewlist_body.tpl to templates/subSilver/meeting_viewlist_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_viewlist_guest_body.tpl] could not be found.
copy templates/subSilver/meeting_viewlist_guest_body.tpl to templates/subSilver/meeting_viewlist_guest_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/admin/meeting_config_body.tpl] could not be found.
copy templates/subSilver/admin/meeting_config_body.tpl to templates/subSilver/admin/meeting_config_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/admin/meeting_manage_body.tpl] could not be found.
copy templates/subSilver/admin/meeting_manage_body.tpl to templates/subSilver/admin/meeting_manage_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting.php] could not be found.
copy meeting.php to meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting_manage.php] could not be found.
copy meeting_manage.php to meeting_manage.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting_signons.php] could not be found.
copy meeting_signons.php to meeting_signons.php
MOD script line #246 :: FAQ :: Report
MOD Data
MOD Title: Meeting 1.3.12 Mod-Meeting_install.txt
Author: OXPUS
webmaster@oxpus.de Karsten Ude
http://www.oxpus.de
Processed Themes: subSilver; WoWMaevahEmpire; WoWMoonclaw01
Processed Languages: english; german; german_formal
Files Edited: 0
Commands Processed: 1
Unprocessed Commands: 0
The following commands were not recognized by EasyMOD and were ignored. The MOD script line number is displayed.
Unprocessed Commands
EasyMOD successfully processed the following commands:
Commands Processed
SQL #192
CREATE TABLE phpbb_meeting_comment (
comment_id MEDIUMINT(8) AUTO_INCREMENT,
meeting_id MEDIUMINT(8) unsigned NOT NULL,
user_id MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_comment TEXT NOT NULL,
meeting_edit_time INT(11) DEFAULT '0' NOT NULL,
bbcode_uid varchar(10) NOT NULL DEFAULT '',
PRIMARY KEY (comment_id));
CREATE TABLE phpbb_meeting_data (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
meeting_time INT(11) DEFAULT '0' NOT NULL,
meeting_until INT(11) DEFAULT '0' NOT NULL,
meeting_location VARCHAR(255) NOT NULL,
meeting_subject VARCHAR(255) NOT NULL,
meeting_desc TEXT NOT NULL,
meeting_link VARCHAR(255) NOT NULL,
meeting_places MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_by_user MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_edit_by_user MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_start_value MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_recure_value MEDIUMINT(8) DEFAULT '5' NOT NULL,
meeting_notify TINYINT(1) NOT NULL DEFAULT '0',
meeting_guest_overall MEDIUMINT(8) NOT NULL DEFAULT '0',
meeting_guest_single MEDIUMINT(8) NOT NULL DEFAULT '0',
bbcode_uid varchar(10) NOT NULL DEFAULT '',
PRIMARY KEY (meeting_id));
CREATE TABLE phpbb_meeting_user (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
user_id MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_sure TINYINT(4) DEFAULT '0' NOT NULL,
meeting_guests MEDIUMINT(8) NOT NULL DEFAULT '0');
CREATE TABLE phpbb_meeting_usergroup (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
meeting_group MEDIUMINT(8) NOT NULL);
CREATE TABLE phpbb_meeting_config (
config_name VARCHAR(255) NOT NULL DEFAULT '',
config_value VARCHAR(255) NOT NULL DEFAULT '',
PRIMARY KEY (config_name)
);
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_enter_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_edit_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_delete_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_delete_meeting_comments', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('create_meeting', '1');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('meeting_notify', '1');
UPDATE phpbb_meeting_data SET meeting_by_user = 2, meeting_edit_by_user = 2;
ALTER TABLE phpbb_groups ADD COLUMN allow_create_meeting TINYINT(1) DEFAULT '0' NOT NULL;
bin nicht gerade glücklich. ich hab inzwischen das mod gefunden welches auf dem screen zu sehen ist.
das ganze nennt sich RegMod und ich kann es auch nicht erfolgreich installieren... hab leider kein ahnung woran es liegen könnte.