Seite 1 von 1
Alle Navigations-Rubriken "Not found"
Verfasst: So 17. Apr 2005, 00:28
von uups
Es ist ja nun wirklich nicht die erste Contenido-Installation die ich mache. Allerdings die seltsamste:
Installation ohne Probleme verlaufen. Bis auf die kleine Besonderheit, dass ausser bei "Content" und "Artikel" in jedem Navigationspunkt "Not found" steht.
Aber funktionieren tut sonst absolut alles!
Installierte Version: 4.4.5
Serverbetriebssystem: Apache
MySQL Serverversion 4.1.11
Installierte PHP-Version: 5.0.4
Beim gleichen Provider laufen bereits div. Contenido-Systeme problemlos...
Was ist da schief gelaufen?
uups...

Verfasst: So 17. Apr 2005, 01:28
von timo
"not found" kommt dann, wenn im Sprach-XML-File der Eintrag nicht gefunden wurde. Vermutung: Beim Upload des (der) XML-File(s) ist etwas schief gegangen?
Verfasst: So 17. Apr 2005, 01:51
von uups
Komisch, Englisch funktioniert einwandfrei!
Habe das Deutsche File nochmals raufgeladen. Aber immer noch das gleiche Problem!
Verfasst: Mo 18. Apr 2005, 09:56
von uups
Das Problem scheint nur bei der Version 4.4.5 und PHP 5.0.4 aufzutreten. 4.4.4 läuft auf gleiem Server normal...
Hat sich bei der Version 4.4.5 diesbezüglich etwas geändert?

Wir befinden uns hier im Menü > Administration > Sprachen...
Hat jemand eine Idee? Ich wäre sehr froh...
uups...
Verfasst: Mo 18. Apr 2005, 10:29
von emergence
poste mal den inhalt der
contenido\xml\lang_de_DE.xml
Verfasst: Mo 18. Apr 2005, 10:38
von uups
Code: Alles auswählen
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Contenido XML language file -->
<language>
<navigation>
<content>
<main>Content</main>
<article>
<main>Artikel</main>
<overview>Übersicht</overview>
<editor>Editor</editor>
<properties>Eigenschaften</properties>
<configuration>Konfiguration</configuration>
<preview>Vorschau</preview>
</article>
<structure>Kategorie</structure>
<upload>Dateiverwaltung</upload>
</content>
<style>
<main>Style</main>
<layouts>Layouts</layouts>
<modules>Module</modules>
<templates>
<main>Templates</main>
<edit>Editieren</edit>
<conf>Vorkonfiguration</conf>
</templates>
<styleeditor>Styleeditor</styleeditor>
<jseditor>Skripteditor</jseditor>
</style>
<statistic>
<main>Statistik</main>
<hits>Zugriffe</hits>
</statistic>
<administration>
<main>Administration</main>
<users>
<main>Benutzer</main>
<userproperties>Eigenschaften</userproperties>
<areas>Bereiche</areas>
<layout>Layout</layout>
<content>Content</content>
<module>Module</module>
<template>Template</template>
<structure>Kategorie</structure>
</users>
<groups>
<main>Gruppen</main>
<members>Mitglieder</members>
<overview>Eigenschaften</overview>
<areas>Bereiche</areas>
<layout>Layout</layout>
<content>Content</content>
<module>Module</module>
<template>Template</template>
<structure>Kategorie</structure>
</groups>
<languages>Sprachen</languages>
<plugins>Plugins</plugins>
<clients>Mandanten</clients>
<logs>Logs</logs>
<debug>Debug</debug>
<system>
<main>System</main>
<sysvalues>Systemvariablen</sysvalues>
<syserrorreport>Fehlerbericht</syserrorreport>
</system>
</administration>
<mycontenido>
<main>MyContenido</main>
<overview>Übersicht</overview>
<settings>Einstellungen</settings>
</mycontenido>
<extra>
<main>Extras</main>
<newsletter>Newsletter</newsletter>
<mailing>Mailing</mailing>
<recipients>Empfänger</recipients>
</extra>
<mycontenido>MyContenido</mycontenido>
<info>Info</info>
<login>Login</login>
</navigation>
<rights>
<main>Rechte</main>
<content>
<main>Content</main>
<article>
<main>Artikel</main>
<edit>Artikel editieren</edit>
</article>
</content>
</rights>
<content/>
<errors/>
</language>
Scheint eigentlich alles zu stimmen...
uups...
Verfasst: Mo 18. Apr 2005, 11:05
von emergence
schaut aber okay aus...
hmm...
so kann ich nichts weiter sagen... das müsste man debuggen...
dazu benötige ich einen ftp zugang und einen sysadmin account...
Verfasst: Mo 18. Apr 2005, 12:22
von emergence