Hallo,
Was hab ich denn nur falsch gemacht?
Habe mir Heute die neue stabile Version runtergeladen - bin exakt nach Handbuch (Installationsanleitung) vorgegangen aber unter meiner Domain:
umfrage.repricing.de/
komt nur eine Fehlermeldung.
Ich hatte alle Datein in den Ordner: "umfragen" per FTP auf meienm Server hochgeladen.
Die Domain: umfrage.repricing.de eingerichtet und auf den Ordner: umfragen aufgeschaltet.
In der Config.php sieht es bei mir so aus:
$databaselocation = 'localhost'; // Network location of your Database - for odbc_mssql or mssqlnative use the mssql servername, not localhost or IP
$databasename = 'usr_web0_2; // The name of the database that we will create
$databaseuser = 'web0'; // The name of a user with rights to create db (or if db already exists, then rights within that db)
$databasepass = 'xxxxxxx'; // Password of db user
$dbprefix = 'lime_'; // A global prefix that can be added to all LimeSurvey tables. Use this if you are sharing
// a database with other applications. Suggested prefix is 'lime_'
// File Locations
$rooturl = "
umfrage.repricing.de/"; // The root web url for your limesurvey installation (without a trailing slash).
// The double quotes (") are important.
$rootdir = dirname(__FILE__); // This is the physical disk location for your limesurvey installation. Normally you don't have to touch this
Was könnte ich denn falsch gemacht haben?
Danke & Gruß Dirk