[phpMyAdmin] Designer und PDF-Features funktionieren nicht *erledigt*

theHacker

sieht vor lauter Ads den Content nicht mehr
Teammitglied
ID: 69505
L
20 April 2006
22.680
1.311
Ich weiß nimmer, wo ich suchen soll, es geht einfach nicht :-?

Meine config.inc.php hat die Optionen
Code:
[FONT=Courier New]/**
 * Disable the default warning that is displayed on the DB Details Structure page if
 * any of the required Tables for the relationfeatures could not be found
 */
$cfg['PmaNoRelation_DisableWarning']  = FALSE;[/FONT][FONT=Courier New]

$cfg['Servers'][$i]['pmadb']         = 'phpmyadmin';// Database used for Relation, Bookmark and PDF Features
                                                    // (see scripts/create_tables.sql)
                                                    //   - leave blank for no support
                                                    //     DEFAULT: 'phpmyadmin'
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';// Bookmark table
                                                    //   - leave blank for no bookmark support
                                                    //     DEFAULT: 'pma_bookmark'
$cfg['Servers'][$i]['relation']      = 'pma_relation';// table to describe the relation between links (see doc)
                                                    //   - leave blank for no relation-links support
                                                    //     DEFAULT: 'pma_relation'
$cfg['Servers'][$i]['table_info']    = 'pma_table_info';// table to describe the display fields
                                                    //   - leave blank for no display fields support
                                                    //     DEFAULT: 'pma_table_info'
$cfg['Servers'][$i]['table_coords']  = 'pma_table_coords';// table to describe the tables position for the PDF schema
                                                    //   - leave blank for no PDF schema support
                                                    //     DEFAULT: 'pma_table_coords'
$cfg['Servers'][$i]['pdf_pages']     = 'pma_pdf_pages';// table to describe pages of relationpdf
                                                    //   - leave blank if you don't want to use this
                                                    //     DEFAULT: 'pma_pdf_pages'
$cfg['Servers'][$i]['column_info']   = 'pma_column_info';          // table to store column information
                                                    //   - leave blank for no column comments/mime types
                                                    //     DEFAULT: 'pma_column_info'
$cfg['Servers'][$i]['history']       = 'pma_history';// table to store SQL history
                                                    //   - leave blank for no SQL query history
                                                    //     DEFAULT: 'pma_history'[/FONT]
entsprechend gesetzt. Außerdem habe ich das Script ./scripts/create_tables_mysql_4_1_2+.sql entsprechend ausgeführt.

Bookmarks, die Feld-Kommentare und die Beziehungen (von der Tabellenstruktur "Beziehungsübersicht") funktionieren.
Allerdings habe ich weder PDF-Features, noch den Designer :-?

Aus dem Manual werde ich auch nicht wirklich schlau und mein phpMyAdmin spuckt mir auch keine Fehlermeldung aus.

Meine Version: v2.10.0.2
 
sind im Hauptverzeichniss die Daten pdf_pages.php und pdf_scheme.php vorhanden ?
Positiv.

Ich hab jetzt nochmal nach geguckt und bin auf die Lösung gekommen:
Die PDF-Sachen hab ich an der falschen Stelle gesucht :wall: :wall: und für den Designer hatte ich ne veraltete Config-Datei:
Code:
[FONT=Courier New]$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';// table to store the coordinates for Designer
                                                    //   - leave blank for no Designer feature
                                                    //     DEFAULT: 'pma_designer_coords'[/FONT]
hat gefehlt :wall:

Danke für deinen Post, sonst hätt ich den Fehler nicht gefunden :)