MyXoops Forum

Forum - myXOOPS German Support

4 + 4 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

mainfile.php

Betreff: mainfile.php
von tohm am 19.06.2015 21:32:12

Saublöde Frage ich weiß aber irgendwie stehe ich gerade auf dem Schlauch...

Unter xoops 2.0.16 hatte ich in der mainfile.php folgende Section:

// Database
// Choose the database to be used
define('XOOPS_DB_TYPE', 'mysql');

// Table Prefix
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.
define('XOOPS_DB_PREFIX', 'xoops');

// Database Hostname
// Hostname of the database server. If you are unsure, 'localhost' works in most cases.
define('XOOPS_DB_HOST', 'localhost');

// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'xxx');

// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'xxx');

// Database Name
// The name of database on the host. The installer will attempt to create the database if not exist
define('XOOPS_DB_NAME', 'xxx');

// Use persistent connection? (Yes=1 No=0)
// Default is 'Yes'. Choose 'Yes' if you are unsure.
define('XOOPS_DB_PCONNECT', 0);

Unter xoops 2.5.7 fehlt das aktuell komplett in der mainfile.php... Kann ich das einfach ergänzen oder steht diese Info jetzt woanders??


Danke
Thomas

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5313 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1805 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag