Keine DB Tabellen nach Setup
Keine DB Tabellen nach Setup
Die Installation von 4.6.1 läuft scheinbar völlig fehlerfrei durch (Keine Meldung, außer der Warnung open_basedir könnte unzureichend sein). Nur leider werden keine DB Tabellen angelegt. Die Version 4.4.5 ließ sich problemlos auf dem gleichen Webserver installieren.
Die erstellte config.php enthält keine Werte in den Einträgen der Section 2 und besteht auch nur aus den Sections 1 und 2.
Nun weiß ich nicht mehr weiter!
Grüsse
Kai-Uwe
Die erstellte config.php enthält keine Werte in den Einträgen der Section 2 und besteht auch nur aus den Sections 1 und 2.
Nun weiß ich nicht mehr weiter!
Grüsse
Kai-Uwe
es ist richtig das die config.php nur mehr aus zwei sektionen besteht...
welche server umgebung ?
am besten wäre eine phpinfo.php datei auf deinen server zu erstellen mit
inhalt:
und uns den link hier mitzuteilen...
welche server umgebung ?
am besten wäre eine phpinfo.php datei auf deinen server zu erstellen mit
inhalt:
Code: Alles auswählen
<?php
phpinfo();
?>
*** make your own tools (wishlist :: thx)
Nachtrag: Ein neuer Test mit der Version 4.6.2 gibt das gleiche Resultat.
Wäre super, wenn mir jemand weiterhelfen kann!
Hier noch die vom Setup erzeugte config.php Datei:
<?php
/******************************************
* File : config.php
* Project : Contenido
* Descr : Defines all general
* variables of Contenido.
*
* © four for business AG
******************************************/
global $cfg;
/* Section 1: Path settings
* ------------------------
*
* Path settings which will vary along different
* Contenido settings.
*
* A little note about web and server path settings:
* - A Web Path can be imagined as web addresses. Example:
* http://192.168.1.1/test/
* - A Server Path is the path on the server's hard disk. Example:
* /var/www/html/contenido for Unix systems OR
* c:/htdocs/contenido for Windows systems
*
* Note: If you want to modify the locations of subdirectories for
* some reason (e.g. the includes directory), see Section 8.
*/
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/home/nexalog/website/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://www.nexalog.com/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/home/nexalog/website';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/home/nexalog/website/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/home/nexalog/website/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/home/nexalog/website/contenido/external/wysiwyg/tinymce2/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://www.nexalog.com/contenido/extern ... /tinymce2/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/home/nexalog/website/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://www.nexalog.com/contenido/external/wysiwyg/';
/* Section 2: Database settings
* ----------------------------
*
* Database settings for MySQL. Note that we don't support
* other databases in this release.
*/
/* The prefix for all contenido system tables, usually "con" */
$cfg['sql']['sqlprefix'] = '';
/* The host where your database runs on */
$contenido_host = '';
/* The database name which you use */
$contenido_database = '';
/* The username to access the database */
$contenido_user = '';
/* The password to access the database */
$contenido_password = '';
$cfg["database_extension"] = 'mysql';
$cfg["nolock"] = ;
$cfg["is_start_compatible"] = false;
?>
Wäre super, wenn mir jemand weiterhelfen kann!
Hier noch die vom Setup erzeugte config.php Datei:
<?php
/******************************************
* File : config.php
* Project : Contenido
* Descr : Defines all general
* variables of Contenido.
*
* © four for business AG
******************************************/
global $cfg;
/* Section 1: Path settings
* ------------------------
*
* Path settings which will vary along different
* Contenido settings.
*
* A little note about web and server path settings:
* - A Web Path can be imagined as web addresses. Example:
* http://192.168.1.1/test/
* - A Server Path is the path on the server's hard disk. Example:
* /var/www/html/contenido for Unix systems OR
* c:/htdocs/contenido for Windows systems
*
* Note: If you want to modify the locations of subdirectories for
* some reason (e.g. the includes directory), see Section 8.
*/
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/home/nexalog/website/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://www.nexalog.com/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/home/nexalog/website';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/home/nexalog/website/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/home/nexalog/website/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/home/nexalog/website/contenido/external/wysiwyg/tinymce2/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://www.nexalog.com/contenido/extern ... /tinymce2/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/home/nexalog/website/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://www.nexalog.com/contenido/external/wysiwyg/';
/* Section 2: Database settings
* ----------------------------
*
* Database settings for MySQL. Note that we don't support
* other databases in this release.
*/
/* The prefix for all contenido system tables, usually "con" */
$cfg['sql']['sqlprefix'] = '';
/* The host where your database runs on */
$contenido_host = '';
/* The database name which you use */
$contenido_database = '';
/* The username to access the database */
$contenido_user = '';
/* The password to access the database */
$contenido_password = '';
$cfg["database_extension"] = 'mysql';
$cfg["nolock"] = ;
$cfg["is_start_compatible"] = false;
?>
ähm andersnexalog hat geschrieben:Hat die 4.4.5 keine PHP Sessions verwendet?
das setup bei der 4.4.5 hat keine sessions verwendet um die db einstellungen pro setupaktion weiterzugeben...
*** make your own tools (wishlist :: thx)