
Heb het install mapje verplaatst. Krijg nu de volgende melding:
Is dit nog op te lossen ???
-----------
Add new fields to the config table...
Add new INDEX to the Attachments Description Table...
Running :: ALTER TABLE phpbb_attachments_desc ADD INDEX (filetime) -> FAILED ---> Table 'feest.phpbb_attachments_desc' doesn't exist
Add new INDEX to the Attachments Description Table...
Running :: ALTER TABLE phpbb_attachments_desc ADD INDEX (physical_filename(10)) -> FAILED ---> Table 'feest.phpbb_attachments_desc' doesn't exist
Add new INDEX to the Attachments Description Table...
Running :: ALTER TABLE phpbb_attachments_desc ADD INDEX (filesize) -> FAILED ---> Table 'feest.phpbb_attachments_desc' doesn't exist
Add new INDEX to the Attachments Table...
Running :: ALTER TABLE phpbb_attachments ADD INDEX (post_id) -> FAILED ---> Table 'feest.phpbb_attachments' doesn't exist
Add new INDEX to the Attachments Table...
Running :: ALTER TABLE phpbb_attachments ADD INDEX (privmsgs_id) -> FAILED ---> Table 'feest.phpbb_attachments' doesn't exist
Add new row to the Extension Groups Table...
Running :: ALTER TABLE phpbb_extension_groups ADD forum_permissions VARCHAR(255) DEFAULT '' NOT NULL -> FAILED ---> Table 'feest.phpbb_extension_groups' doesn't exist
Add Quota Tables...
Running :: CREATE TABLE phpbb_quota_limits ( quota_limit_id mediumint(8) unsigned NOT NULL auto_increment, quota_desc varchar(20) NOT NULL default '', quota_limit bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (quota_limit_id) ) -> COMPLETED
Running :: CREATE TABLE phpbb_attach_quota ( user_id mediumint(8) unsigned NOT NULL default '0', group_id mediumint(8) unsigned NOT NULL default '0', quota_type smallint(2) NOT NULL default '0', quota_limit_id mediumint(8) unsigned NOT NULL default '0', KEY quota_type (quota_type) ) -> COMPLETED
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (1, 'Low', 262144) -> COMPLETED
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (2, 'Medium', 2097152) -> COMPLETED
Running :: INSERT INTO phpbb_quota_limits (quota_limit_id, quota_desc, quota_limit) VALUES (3, 'High', 5242880) -> COMPLETED
Change attachment data to new format (this can take a bit, please do not stop this script)
Finished... now remove the install and contrib directories.
------