Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-2500 now.

backup error met gzip (fix completed in vcs)

when i select all for backup in plain text it's all
when i select all for backup with gzip there is a error in the downloaded zip file when i will unpacked it it say bad crc check and i have just 16 tabels of the 61

Comments / History

Posted by NeverPleat on Dec 11th 2006, 20:42

updateted with wincvs after the latested install

Posted by NeverPleat on Dec 11th 2006, 20:52

when i restore locally file i have the error
but the gzip file give no crc error
crc error at downloaded gzip file
SQL query:

CREATE TABLE phpbb_acl_groups(

group_id mediumint( 8 ) unsigned DEFAULT '0' NOT NULL ,
forum_id mediumint( 8 ) unsigned DEFAULT '0' NOT NULL ,
auth_option_id mediumint( 8 ) unsigned DEFAULT '0' NOT NULL ,
auth_role_id mediumint( 8 ) unsigned DEFAULT '0' NOT NULL ,
auth_setting tinyint( 2 ) DEFAULT '0' NOT NULL ,
KEY group_id( group_id ) ,
KEY auth_opt_id( auth_option_id )
) CHARACTER SET `utf8` COLLATE `utf8_bin` ;



MySQL said:

#1005 - Can't create table '.\new_db\phpbb_acl_groups.frm' (errno: 121)

Posted by NeverPleat on Dec 11th 2006, 21:02

problem stay with fresh install and wincvs update
11th December 2006 22:31 GMT+2
Download [ 1.44 MB]

Linked ticket with changeset: r6752

Action performed by DavidMJ (Former Team Member) on Dec 13th 2006, 00:56

Ticket details

Related SVN changesets