[TYPO3-german] Mininews - Datenbank Problem

Pachler pachler at inode.at
Tue Aug 28 21:02:46 CEST 2007


Hallo,
danke einmal für die schnelle Antworten.
Leider stehe ich immer noch da wo ich war.

Im InstallationsTool kommt eine ganze Liste zum Vorschein.
Zwei Tabellen sollten hinzugefügt werden

###########################################################################################

Menu
 From this menu you can select which of the available SQL files you want 
to either compare or import/merge with the existing database.

COMPARE: Compares the tables and fields of the current database and the 
selected file. It also offers to 'update' the difference found.
IMPORT: Imports the SQL-dump file into the current database. You can 
either dump the raw file or choose which tables to import. In any case, 
you'll see a new screen where you must confirm the operation.
VIEW: Shows the content of the SQL-file, limiting characters on a single 
line to a reader-friendly amount.

The SQL-files are selected from typo3conf/ (here you can put your own) 
and t3lib/stddb/ (TYPO3 distribution). The SQL-files should be made by 
the mysqldump tool or at least be formatted like that tool would do.

Update required tables 	COMPARE 	  	
Dump static data 	  	IMPORT 	

	Compare with $TCA
	Create "admin" user
	Reset user preferences
	Clear tables



Update database tables and fields:
Table and field definitions should be updated
There seems to be a number of differencies between the database and the 
selected SQL-file. Please select which statements you want to execute in 
order to update your database:

Add fields
	ALTER TABLE fe_groups ADD tx_svloginredirect_redirect ;
	ALTER TABLE fe_users ADD tx_svloginredirect_redirect ;


Hier gibt es eine ganze Menge die nicht markiert sind
Changing fields
	ALTER TABLE be_groups CHANGE uid uid ;
	Current value: int(11) unsigned auto_increment
	ALTER TABLE be_groups CHANGE pid pid ;
	Current value: int(11) unsigned default '0'
	ALTER TABLE be_groups CHANGE tstamp tstamp ;
	Current value: int(11) unsigned default '0'
.
.
.
.

Hier ist auch eine ganze Liste.
Remove unused fields (rename with prefix)
	ALTER TABLE be_groups CHANGE uid zzz_deleted_uid int(11) unsigned 
auto_increment;
	ALTER TABLE be_groups CHANGE pid zzz_deleted_pid int(11) unsigned 
default '0';
	ALTER TABLE be_groups CHANGE tstamp zzz_deleted_tstamp int(11) unsigned 
default '0';
	ALTER TABLE be_groups CHANGE title zzz_deleted_title varchar(100) 
default '';
	ALTER TABLE be_groups CHANGE non_exclude_fields 
zzz_deleted_non_exclude_fields text;
	ALTER TABLE be_groups CHANGE explicit_allowdeny 
zzz_deleted_explicit_allowdeny text;
.
.
	Hier gibt es welche mit einem gelben Rufzeichen.
(EXT) ALTER TABLE tx_dbal_debuglog CHANGE uid zzz_deleted_uid int(11) 
unsigned auto_increment;
	(EXT) ALTER TABLE tx_dbal_debuglog CHANGE tstamp zzz_deleted_tstamp 
int(11) unsigned default '0';
	(EXT) ALTER TABLE tx_dbal_debuglog CHANGE beuser_id 
zzz_deleted_beuser_id int(11) unsigned default '0';
	(EXT) ALTER TABLE tx_dbal_debuglog CHANGE script zzz_deleted_script text;
	(EXT) ALTER TABLE tx_dbal_debuglog CHANGE exec_time 
zzz_deleted_exec_time int(11) unsigned default '0';
	(EXT) ALTER TABLE tx_dbal_debuglog CHANGE table_join 
zzz_deleted_table_join text;
	(EXT) ALTER TABLE tx_dbal_debuglog CHANGE serdata zzz_deleted_serdata blob;
	(EXT) ALTER TABLE tx_dbal_debuglog CHANGE query zzz_deleted_query text;
.
.
.
.


Add tables
	CREATE TABLE tx_mininews_news (
uid ,
pid ,
tstamp ,
crdate ,
cruser_id ,
deleted ,
hidden ,
starttime ,
endtime ,
fe_group ,
datetime ,
title ,
teaser ,
full_text ,
front_page ,
PRIMARY KEY (uid),
KEY parent (pid)
);
Drop tables (really!)
	DROP TABLE zzz_deleted_pj_accounts;
	Records in table: 325


Habe Write to database ausgeführt. Leider ohne Erfolg.

Bitte nochmals um HILFE.
DANKE


OS detected: WIN
UNIX/CGI detected: NO
PATH_thisScript: C:/apachefriends/xampp/htdocs/typo3/install/index.php

Backend admin in new window.
Frontend website in new window.





Andreas Wolf schrieb:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hallo Reinhard,
> 
>> Aber wenn ich in der MySql Datenbank nachsehe wird die Tabelle der 
>> Mininews nicht angelegt.
> das klingt danach, als hättest du beim Installieren einen Klick
> "vergessen", oder es gibt ein Problem mit deinem Datenbank-Server. Führ
> doch mal das aus, was Simon geschrieben hat, also die Prozedur im
> InstallTool. Wenn das keine Wirkung zeigt, dann musst du manuell im
> phpMyAdmin (wenn der installiert ist, wenn nicht, nachinstallieren, ist
> eine normale Extension, Extension-Key phpmyadmin) die SQL-Abfrage zum
> Anlegen der Datenbank ausführen, um die Fehlermeldung zu sehen. Kopieren
> kannst du den SQL-Code entweder aus dem InstallTool oder aus der Datei
> typo3conf/ext/mininews/ext_tables.sql.
> 
> Grüße
> 
> Andreas
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFG1Gn+wA09wjioC/0RAg02AKCYVXyq5M+xAUy3dckgQcy9UI1yOwCeLk/X
> IRysWLUm3SAWYb0LHxQE9w4=
> =DwvM
> -----END PGP SIGNATURE-----


More information about the TYPO3-german mailing list