Hi,
beim update wird aus
exampel.org/
= Admidio - Update
Die Datenbankversion 3.2.0 ist niedriger als die Version der Admidio-Scripte 3.3.8.
Führe bitte das "Datenbankupdate" auf die Version durch.
bei Auswahl "Datenbankupdate" zu einem "falschen" Pfad:
example.org/mnt/web108/a3/93/xxxxxxx/htdocs/admidio/adm_program/installation/update.php
Der Hoster ist Strato.
Wo kann ich da eventuell Pfadvorgaben anpassen/ändern, damit das nicht passiert?
Danke
Uli
Fehler DB-Update / 3.2 -> 3.8 --- Pfade
Re: Fehler DB-Update / 3.2 -> 3.8 --- Pfade
Was hast du in der config.php bei $g_root_path stehen?
Re: Fehler DB-Update / 3.2 -> 3.8 --- Pfade
In /admidio/adm_program/installation/config.php - nichts geändert, also das hier:
Code: Alles auswählen
<?php
/**
***********************************************************************************************
* Configuration file of Admidio
*
* @copyright 2004-2018 The Admidio Team
* @see https://www.admidio.org/
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only
***********************************************************************************************
*/
// Select your database system for example 'mysql' or 'pgsql'
$gDbType = '%DB_ENGINE%';
// Access to the database of the SQL-Server
$g_adm_srv = '%DB_HOST%'; // Host
$g_adm_port = '%DB_PORT%'; // Port
$g_adm_db = '%DB_NAME%'; // Database-Name
$g_adm_usr = '%DB_USERNAME%'; // Username
$g_adm_pw = '%DB_PASSWORD%'; // Password
// Table prefix for Admidio-Tables in database
// Example: 'adm'
$g_tbl_praefix = '%TABLE_PREFIX%';
// URL to this Admidio installation
// Example: 'https://www.admidio.org/example'
$g_root_path = '%ROOT_PATH%';
// Short description of the organization that is running Admidio
// This short description must correspond to your input in the installation wizard !!!
// Example: 'ADMIDIO'
// Maximum of 10 characters !!!
$g_organization = '%ORGANIZATION%';
// The name of the timezone in which your organization is located.
// This must be one of the strings that are defined here https://secure.php.net/manual/en/timezones.php
// Example: 'Europe/Berlin'
$gTimezone = '%TIMEZONE%';
// If this flag is set = 1 then you must enter your loginname and password
// for an update of the Admidio database to a new version of Admidio.
// For a more comfortable and easy update you can set this preference = 0.
$gLoginForUpdate = 1;
Re: Fehler DB-Update / 3.2 -> 3.8 --- Pfade
Ich habe mal testweise die domain (mit http und hhtps) eingetragen - erfolglos.
Re: Fehler DB-Update / 3.2 -> 3.8 --- Pfade
Du hast genau das in der config.php stehen was du gepostest hast? Also immer '%...%'?
So kanns nämlich gar nicht funktionieren.
Es müssten hier die ganzen '%...%' durch die korrekten Werte ersetzt sein
So kanns nämlich gar nicht funktionieren.
Es müssten hier die ganzen '%...%' durch die korrekten Werte ersetzt sein
Re: Fehler DB-Update / 3.2 -> 3.8 --- Pfade
Hallo zusammen,
du musst in der config.php im Ordner adm_my_files nachschauen. Dort müssen die richtigen Werte hinterlegt sein.
Die config.php im Ordner adm_program/installation sollte nicht geändert werden und wieder den Originalzustand bekommen.
Gruß
Fasse
du musst in der config.php im Ordner adm_my_files nachschauen. Dort müssen die richtigen Werte hinterlegt sein.
Die config.php im Ordner adm_program/installation sollte nicht geändert werden und wieder den Originalzustand bekommen.
Gruß
Fasse
Re: Fehler DB-Update / 3.2 -> 3.8 --- Pfade
Das wars - Vielen Dank!