Einzelnen Beitrag anzeigen
  #3  
Alt 24.08.07, 10:18
Anderl Anderl ist gerade online
Forum Stammgast
 
Registriert seit: 01.09.06
Ort: Grafenwöhr
Alter: 32
Beiträge: 197

Hallo,

ich habe einen Compare durchgeführt:

Zitat:
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:

Changing fields
ALTER TABLE be_users CHANGE lang lang varchar(2) NOT NULL default '';
Current value: char(2) default ''
ALTER TABLE tx_thpdfarchive_document CHANGE pid pid int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE tstamp tstamp int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE crdate crdate int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE cruser_id cruser_id int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE deleted deleted tinyint(4) NOT NULL default 0;
Current value: tinyint(4) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE hidden hidden tinyint(4) NOT NULL default 0;
Current value: tinyint(4) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE starttime starttime int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE endtime endtime int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE fe_group fe_group int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE date date int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_document CHANGE title title varchar(255) NOT NULL default "";
Current value: varchar(255) default ''
ALTER TABLE tx_thpdfarchive_document CHANGE teaser teaser varchar(255) NOT NULL default "";
Current value: varchar(255) default ''
ALTER TABLE tx_thpdfarchive_document CHANGE division division int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_division CHANGE pid pid int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_division CHANGE tstamp tstamp int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_division CHANGE crdate crdate int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_division CHANGE cruser_id cruser_id int(11) NOT NULL default 0;
Current value: int(11) default '0'
ALTER TABLE tx_thpdfarchive_division CHANGE deleted deleted tinyint(4) NOT NULL default 0;
Current value: tinyint(4) default '0'
ALTER TABLE tx_thpdfarchive_division CHANGE hidden hidden tinyint(4) NOT NULL default 0;
Current value: tinyint(4) default '0'
ALTER TABLE tx_thpdfarchive_division CHANGE division division varchar(255) NOT NULL default "";
Current value: varchar(255) default ''
ALTER TABLE tx_thpdfarchive_division CHANGE uploadfolder uploadfolder varchar(255) NOT NULL default "";
Current value: varchar(255) default ''
Das gleiche Problem wie mit dem Update Button tritt auf, die Tabellen werden nicht Geupdated.

Beim Googeln bin ich aber jetzt auf folgenden Hinweis gestoßen:

Zitat:
Wenn man mit der Extension einen Datenbank Dump durchführt, dann sollte dieses Problem behoben sein.

Table and field structure required
Dumping current database structure for:

Tables:
tx_thpdfarchive_document
tx_thpdfarchive_division
Write this dump to ext_tables.sql now!
Ich habe den Dump duurchgeführt, und der obige Fehler ist jetzt auch behoben. Die Extension funktioniert aber trotzdem nur teilweise und ich erhalte jetzt folgende fehlermeldung:

Zitat:
Class names: tx_indexedsearch_pihook
tx_thpdfarchive_pi1
Code warnings:
(developer-relevant) No XCLASS inclusion code found in file "hooks/class.pi_is_hook.php"
Naming annoyances:
(developer-relevant)
classname
0 tx_indexedsearch_pihook
classfilename
0 class.pi_is_hook.php

Files changed?
z.B. Ich kann jetzt PDF Dokumente einstellen, aber nicht mehr löschen.

MFG Anderl

Geändert von Anderl (24.08.07 um 11:31 Uhr).
Mit Zitat antworten