Du bist nicht angemeldet. Der Zugriff auf einige Boards wurde daher deaktiviert.

#1 16. Juni 2011 16:58

leerraum
kennt CMS/ms
Ort: Baden-Baden
Registriert: 15. Dezember 2010
Beiträge: 479
Webseite

1.8.2 MLE und opendir warnung bei strato

hi,

wie in diesem thread http://www.cmsmadesimple.de/forum/viewtopic.php?id=543 schon erwähnt habe ich gerade probleme mit einer seite bei strato. erst fielen diese woche teile der seite aus, dann hats das layout zerschossen. macht aber nix, ich hab eh an einem update gearbeitet und heute alles neu hochgeladen.

mein problem ist jetzt, dass ich in der config alles doppelt und dreifach geprüft habe, aber nix feststellen konnte, was diesen fehler verursacht. ich habe ja den // nach dem admin im verdacht.

http://www.craiss-schliessen.de/admin/login.php

#If app needs to coexist with other tables in the same db,
#put a prefix here.  e.g. "cms_"
$config['db_prefix'] = 'cms_';

#Use persistent connections?  They're generally faster, but not all hosts
#allow them.
$config['persistent_db_conn'] = false;

#Use ADODB Lite?  This should be true in almost all cases.  Note, slight
#tweaks might have to be made to date handling in a "regular" adodb
#install before it can be used.
$config['use_adodb_lite'] = true;

#-------------
#Path Settings
#-------------

#Document root as seen from the webserver.  No slash at the end
#If page is requested with https use https as root url
#e.g. http://blah.com
$config['root_url'] = 'http://www.craiss-schliessen.de';

#SSL URL.  This is used for pages that are marked as secure.
$config['ssl_url'] = 'https://www.craiss-schliessen.de';

#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/mnt/web1/30/22/52109022/htdocs/craiss';

#Name of the admin directory
$config['admin_dir'] = 'admin';

#Where do previews get stored temporarily?  It defaults to tmp/cache.
$config['previews_path'] = '/mnt/web1/30/22/52109022/htdocs/craiss/tmp/cache';

#Where are uploaded files put?  This defaults to uploads.
$config['uploads_path'] = '/mnt/web1/30/22/52109022/htdocs/craiss/uploads';

#Where is the url to this uploads directory?
$config['uploads_url'] = $config['root_url'] . '/uploads';


#---------------
#Upload Settings
#---------------

#Maxium upload size (in bytes)?
$config['max_upload_size'] = 10000000;

#Permissions for uploaded files.  This only really needs changing if your
#host has a weird permissions scheme.
$config['default_upload_permission'] = '664';

#------------------
#Usability Settings
#------------------

#Allow smarty {php} tags?  These could be dangerous if you don't trust your users.
$config['use_smarty_php_tags'] = false;

#Automatically assign alias based on page title?
$config['auto_alias_content'] = true;

#------------
#URL Settings
#------------

#What type of URL rewriting should we be using for pretty URLs?  Valid options are:
#'none', 'internal', and 'mod_rewrite'.  'internal' will not work with IIS some CGI
#configurations. 'mod_rewrite' requires proper apache configuration, a valid
#.htaccess file and most likely {metadata} in your page templates.  For more
#information, see:
#http://wiki.cmsmadesimple.org/index.php/FAQ/Installation/Pretty_URLs#Pretty_URL.27s
$config['url_rewriting'] = 'none';

#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';

#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = false;

#If using none of the above options, what should we be using for the query string
#variable?  (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';

#--------------
#Image Settings
#--------------

#Which program should be used for handling thumbnails in the image manager.
#See http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Content/Image_Manager for more
#info on what this all means
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';

#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/mnt/web1/30/22/52109022/htdocs/craiss/uploads/images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images'; 

#SSL URL.  This is used for pages that are marked as secure.
$config['ssl_uploads_url'] = 'https://www.craiss-schliessen.de/uploads';

Irgendjemand eine Idee?

Danke
leerraum


Designer benötigt? Einfach eine Mail an info at lrrm dot de schicken.

Offline

#2 16. Juni 2011 19:24

NaN
Moderator
Ort: Halle (Saale)
Registriert: 09. November 2010
Beiträge: 4.437

Re: 1.8.2 MLE und opendir warnung bei strato

Kann es sein, dass root_path einfach nur falsch ist?


Module: GBFilePicker, AdvancedContent
Sicherheit: Beispiel .htaccess-Datei
CMSms 1.12 unter PHP 7:
cmsms-1.12.3.zip (inoffiziell - komplett inkl. Installer)
CMSms 1.12 unter PHP 8:
cmsms-1.12.4.zip (inoffiziell - komplett inkl. Installer)

Offline

#3 17. Juni 2011 09:30

leerraum
kennt CMS/ms
Ort: Baden-Baden
Registriert: 15. Dezember 2010
Beiträge: 479
Webseite

Re: 1.8.2 MLE und opendir warnung bei strato

da hast du recht. komischerweise hab ich ein serverbackup gemacht, den neuen stand vom entwicklungsserver eingespielt und dann aus der backup config den serverpfad genommen. die scheinen wohl tatsächlcih was geändert zu haben.


Designer benötigt? Einfach eine Mail an info at lrrm dot de schicken.

Offline

#4 17. Juni 2011 12:49

mike-r
arbeitet mit CMS/ms
Registriert: 21. Dezember 2010
Beiträge: 898
Webseite

Re: 1.8.2 MLE und opendir warnung bei strato


Unablässige Tools für's Webdevelopement/ Fehlerfindung: CSS Validierungsservice, Bildschirmlineal, Firebug, Tidy, Deutsche CSS-Referenz

Offline