Hallo,
danke für die schnelle Hilfe!
Ich habe die Dateien nach vorheriger Sicherung und SQL-Dump einfach überspielt und dann die upgrade.php laufen lassen.
Die Seite selbst läuft gut.
Ich habe die .htaccess gelöscht und die Berechtigungen für die config.php testweise auf 777 gesetzt. Das halft leider auch nichts.
Ich hatte aber unter der 1.4 pretty URLs aktiviert. Ich vermute daher, dass der Fehler aus dieser Ecke stammen könnte. Der entsprechende Abschnitt in der
config.php lautet:
#------------
#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 ... ty_URL.27s
$config['url_rewriting'] = 'mod_rewrite';
#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'] = true;
#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';
und die neue
.htaccess, die ich aus dem htaccess.txt im Doc-Verzeichnis übernommen habe lautet:
# To deny PHPs
order deny,allow
deny from all
Wo liegt der Fehler??
Danke für Eure kompetente Hilfe!!