Easymod

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Chaos210
Berichten: 42
Lid geworden op: 06 mei 2006, 23:12

Easymod

Bericht door Chaos210 » 10 aug 2006, 00:19

Ik was bij mij hem ff aan het installeren maar toen kreeg ik dit aan het einde.

Code: Selecteer alles

Updating EasyMOD table data
Storing config table entries: Done

Executing SQL: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email, mod_author_name, mod_author_url, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited, mod_tables_added, mod_tables_altered, mod_rows_inserted) VALUES ( 'EasyMOD', 'easymod/easymod_install.php', '0.0.10a', 'Nuttzy', 'pktoolkit@blizzhackers.com', 'n/a', 'http://www.blizzhackers.com', 'EasyMOD automatically perfoms in seconds which previously required the tedious task of manually editing files.', 1155164934, '2.0.21', 'subSilver; fiblack3dblue; fiblack3d', 'english; dutch', 0, 1, 0, 1)

Progress :: . Done
Result   :: Some queries failed, the statements and errors are listing below

    * Error :: Table 'ForumChaos.phpbb_easymod' doesn't exist
      SQL   :: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email, mod_author_name, mod_author_url, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited, mod_tables_added, mod_tables_altered, mod_rows_inserted) VALUES ( 'EasyMOD', 'easymod/easymod_install.php', '0.0.10a', 'Nuttzy', 'pktoolkit@blizzhackers.com', 'n/a', 'http://www.blizzhackers.com', 'EasyMOD automatically perfoms in seconds which previously required the tedious task of manually editing files.', 1155164934, '2.0.21', 'subSilver; fiblack3dblue; fiblack3d', 'english; dutch', 0, 1, 0, 1)
een SQL fout, kan dit liggen aan dat ik geen subsilver thema aan heb staan als standaard maar het fiblack3d thema?
Iemand die weet wat ik moet doen.
Ik heb hem al proberen toe te voegen via PHPMyAdmin.
Maar dan gaf hij deze error:

Code: Selecteer alles

Fout

SQL-query:

CREATE TABLE phpbb_easymod(
mod_id mediumint( 8 ) NOT NULL DEFAULT '0' AUTO_INCREMENT ,
mod_title varchar( 50 ) NULL DEFAULT '',
mod_file varchar( 255 ) NULL DEFAULT '',
mod_version varchar( 15 ) NULL DEFAULT '',
mod_author_handle varchar( 25 ) NULL DEFAULT '',
mod_author_email varchar( 100 ) NULL DEFAULT '',
mod_author_name varchar( 100 ) NULL DEFAULT '',
mod_author_url varchar( 100 ) NULL DEFAULT '',
mod_description text NULL DEFAULT '',
mod_process_date int( 11 ) NULL DEFAULT '0',
mod_phpBB_version varchar( 15 ) NULL DEFAULT '',
mod_processed_themes varchar( 200 ) NULL DEFAULT '',
mod_processed_langs varchar( 200 ) NULL DEFAULT '',
mod_files_edited mediumint( 8 ) NULL DEFAULT '0',
mod_tables_added mediumint( 8 ) NULL DEFAULT '0',
mod_tables_altered mediumint( 8 ) NULL DEFAULT '0',
mod_rows_inserted mediumint( 8 ) NULL DEFAULT '0',
PRIMARY KEY ( mod_id )
)

MySQL retourneerde: Documentatie
#1067 - Invalid default value for 'mod_id' 
Wat moet ik doen?

Chaos210
Berichten: 42
Lid geworden op: 06 mei 2006, 23:12

Bericht door Chaos210 » 11 aug 2006, 18:45

Niemand een idee?

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 11 aug 2006, 18:55

Ik heb geen idee, ik werk niet met EM.. de meeste hier niet.. dus ik verwijs je door naar het dev center van EM.

http://area51.phpbb.com/phpBB/viewforum.php?f=15

Gesloten