undFehler
SQL-Befehl :
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 meldet:
#1067 - Invalid default value for 'mod_id'
ich hab mir die nacht auch mal noch andere beiträge hier durchgelesen, wo es zwar auch problemchen gab aber sowas wie bei mir, gabs nie! also muß ja irgendwo bei mir der fehler liegen!Fehler
SQL-Befehl :
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.1.13', '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.', 1109477741, '2.0.12', 'Vision; subSilver', 'english; german', 0, 1, 0, 1
)
MySQL meldet:
#1146 - Table 'usr_web337_2.phpbb_easymod' doesn't exist
was ich auch mitbekomm hab, war bei allen anderen, gleich am anfang eine sache anders wie bei mir, was ich gestern schon sagte das hier.
http://people.freenet.de/ich-nrw/sceen34.jpg