Probleme mit dem Import-Modul
-
Hallo zusammen,
ich hab ein Problem mit dem Importmodul. Nach dem ich das mitgeliefert Script für die Erstellung der Importdatei aufgerufen hab und die Datei importiert hab, bekomm ich eine Fehlermeldung, das es wohl Probleme mit den Rechten gibt, siehe Screenshoot.Kann mir jemand weiter helfen?
Gruß Guido

-
Normalerweise müsste bei dir unter "Import-Type" etwas aufgelistet sein. Schau mal, ob in der src/config.inc.php das Element "import" in $g_dirs aufgeführt ist (Zeile 119 ca.). Das sollte ungefähr so aussehen:
–-----
$g_dirs = array (
"css_abs" => $g_config["base_dir"] . "src/themes/" . $g_config["theme"] . "/css/",
"js_abs" => $g_config["base_dir"] . "src/tools/js/",
"temp" => $g_config["base_dir"] . "temp/",
"class" => $g_config["base_dir"] . "src/classes/",
"temp_www" => $g_config["www_dir"] . "temp/",
"import" => $g_config["base_dir"] . "src/classes/import/",
"images" => $g_config["www_dir"] . "images/",
….Wenn du ein Update gemacht hast, kannst du deine alte config auch wieder zurück schreiben. Unter src/ müsste ein Backup davon liegen (config.inc.php.XXXX)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login