Page 1 of 1

Probleme Bilder Upload..

Posted: Fri Oct 13, 2006 1:31 pm
by zulaut78
Hallo..

hab gestern mein cms upgrade durchgeführt. Funktioniert alles bestens..Wenn ich aber in den Bildermanager wechsle sagt der mir:

Invalid base directory: uploads/images/

in der config.php sind folgende Einstellungen:

Code: Select all

#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = 'uploads/images/';
$config['image_uploads_url'] = 'uploads/images/';
Kann man noch irgendwo anders die upload-Pfade editieren..? Ein anderes Verzeichnis hab ich nicht.. die cmods sind auf 777 gesetzt..müsste also funktionieren.. Weiss jemand Rat..?

Danke..

MFG Marco

Re: Probleme Bilder Upload..

Posted: Fri Oct 13, 2006 2:29 pm
by cyberman
Hast du diese Einstellungen selbst eingetragen?

Meine sehen zum Beispiel so aus:

Code: Select all

#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/srv/www/web2/html/uploads/images';
$config['image_uploads_url'] = 'http://www.cmsmadesimple.de/uploads/images'; 

Re: Probleme Bilder Upload..

Posted: Fri Oct 13, 2006 3:03 pm
by zulaut78
Mensch ... ich Dussel .. hätt ich eigentlich selbst drauf kommen können..

Danke@cyberman