Probleme mit CMS und ftp

Irgendwelche Probleme mit XAMPP für Mac OS X? Dann ist hier genau der richtige Ort um nachzufragen.

Probleme mit CMS und ftp

Postby drahmas » 28. September 2009 16:09

Hallo,

ich habe folgendes Problem: Wenn ich mit ftp auf den Localhost zugreifen will, komm ich zwar ins Verzeichnis, kann jedoch keine Dateien dort hin verschieben, ändern oder löschen. Cyberduck gibt folgende Fehlermeldung aus:
Code: Select all
213 14537
NOOP
200 NOOP command successful
MDTM /_lizenz.txt
213 20090421100654
PASV
227 Entering Passive Mode (127,0,0,1,200,104).
STOR _lizenz.txt
550 _lizenz.txt: Permission denied.
QUIT
221 Goodbye.


Des weiteren habe ich, wenn ich die Konfigurationsoberfläche von meinem CMS öffne, ganz oben im Fenster das hier stehen:
Code: Select all
Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/redaxo/include/classes/class.oomediacategory.inc.php on line 79

Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/redaxo/include/classes/class.rex_form.inc.php on line 1327

Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/redaxo/include/classes/class.rex_list.inc.php on line 100

Das kommt nicht von Redaxo (CMS), sondern muss irgendwie an XAMPP liegen. Gehört da jedenfalls nicht hin.

Wenn ich dennoch mit der Einrichtung des CMS fortfahre, gibt mir das Konfigurationsprogramm diese Fehlerliste aus:
Code: Select all
Fehler | Die Datei ist nicht beschreibbar!

/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/master.inc.php
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons.inc.php
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/plugins.inc.php
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/clang.inc.php
/Applications/XAMPP/xamppfiles/htdocs/files/_readme.txt
Fehler | Das Verzeichnis ist weder beschreibar noch ausführbar!

/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated/articles
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated/templates
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated/files
/Applications/XAMPP/xamppfiles/htdocs/files
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/import_export/backup
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/import_export
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/metainfo
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/be_search
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/image_resize
Bitte beheben Sie die aufgelisteten Fehler und starten Sie das Setup erneut.


Bin für alle Tipps dankbar...

Beste Grüße
drahmas
 
Posts: 1
Joined: 27. September 2009 23:12

Re: Probleme mit CMS und ftp

Postby sili » 14. October 2009 15:51

drahmas wrote:
Code: Select all
Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/redaxo/include/classes/class.oomediacategory.inc.php on line 79

Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/redaxo/include/classes/class.rex_form.inc.php on line 1327

Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/redaxo/include/classes/class.rex_list.inc.php on line 100

Das kommt nicht von Redaxo (CMS), sondern muss irgendwie an XAMPP liegen. Gehört da jedenfalls nicht hin.

Wenn du Redaxo benutzt, kommt das sehr wohl von Redaxo. XAMPP selbst gibt ja keine PHP Fehler aus ;)

Dein CMS benutzt scheinbar die Schreibweise $var = &new Klasse() statt $var = new Klasse(). Du kannst nun eines der folgenden tun:
- Die falsche Schreibweise korrigieren
- Beim error_reporting Deprecated-Fehler ausblenden
- Alles so lassen. Deprecated-Fehler sind nur "Schönheitsfehler" und schränken die Funktion deines Programms nicht ein.


drahmas wrote:Wenn ich dennoch mit der Einrichtung des CMS fortfahre, gibt mir das Konfigurationsprogramm diese Fehlerliste aus:
Code: Select all
Fehler | Die Datei ist nicht beschreibbar!

/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/master.inc.php
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons.inc.php
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/plugins.inc.php
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/clang.inc.php
/Applications/XAMPP/xamppfiles/htdocs/files/_readme.txt
Fehler | Das Verzeichnis ist weder beschreibar noch ausführbar!

/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated/articles
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated/templates
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/generated/files
/Applications/XAMPP/xamppfiles/htdocs/files
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/import_export/backup
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/import_export
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/metainfo
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/be_search
/Applications/XAMPP/xamppfiles/htdocs/redaxo/include/addons/image_resize
Bitte beheben Sie die aufgelisteten Fehler und starten Sie das Setup erneut.


Bin für alle Tipps dankbar...

Geh im Finder zu /Applications/XAMPP/xamppfiles/htdocs/files/ und ändere Dort die Berechtigung des XAMPP-Benutzers auf Lesen&Schreiben. Dann sollte das funktionieren :)
sili
 
Posts: 54
Joined: 15. March 2003 16:05
XAMPP version: dfg
Operating System: dfg


Return to XAMPP für macOS

Who is online

Users browsing this forum: No registered users and 11 guests