Hallo!
Habe schon etliche NWs installiert seit Version 1.2.
Jetzt zum ersten Mal NW1.4.2.1.
Was hab ich denn da wieder verzapft?

Rufe ich index.php auf erscheint folgendes:

4?php /* Newswriter SW 1.4 PHP News Management System Copyright (C) 2000-2002 Philipp Wolfer Copyright (C) 2003-2005 Sebastian Baumann This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the license, or (at your option) any later version. See license.txt for further information.
http://www.newswriter.info info@scriptworker.com last change: 29.12.2004 */ define('HAUPTSEITE', 1); // 1. VERZEICHNIS-OPTIONEN: // Pfade zum Newswriter-Verzeichnis (Domain- und Serverpfad!) // Sie koennen die Pfadangaben mit Hilfe des Scripts sysinfo.php im Verzeichnis // tools erfahren. Die Pfadangaben muessen in Anfuehrungszeichen stehen!) // z.B. $NWCONF_SYSTEM['domain_path'] = '
http://www.newswriter.info'; $NWCONF_SYSTEM['domain'] = '
http://www.burgswolf.de/newswriter'; $NWCONF_SYSTEM['domain_path'] = '
http://www.burgswolf.de'; // Ordner, indem der Newswriter installiert worden ist. Wenn die Installation // im root Verzeichnis erfolgt ist, kann diese Variable leer bleiben. // z.B. $NWCONF_SYSTEM['folder'] = '/nw14'; $NWCONF_SYSTEM['folder'] = '/newswriter'; // z.B. $NWCONF_SYSTEM['server_path'] = '/usr/local/httpd/htdocs/newswriter' # $NWCONF_SYSTEM['server_path'] = 'C:/Program Files/apachefriends/xampp/htdocs/nw'; $NWCONF_SYSTEM['server_path'] = '/home/www0415/www.burgswolf.de/newswriter'; $NWCONF_SYSTEM['lock'] = false; $NWCONF_SYSTEM['domain_path'] = $NWCONF_SYSTEM['domain'].$NWCONF_SYSTEM['folder']; require ('admin/data/system.php'); require ('admin/data/news.php'); require ('admin/data/addons.php'); require ('admin/data/usergroup.php'); require ('admin/data/useroptions.php'); require ('admin/data/alluser.php'); ///////////////////////////////// // AB HIER NICHTS MEHR AENDERN! # Domain zum Uploadverzeichniss $NWCONF_VISUAL['upload'] = $NWCONF_SYSTEM['domain_path'].'/'.$NWCONF_SYSTEM['data_dir'].'/uploads'; # Relativer Pfad zum Uploadverzeichniss, kann normalerweise so bleiben $NWCONF_VISUAL['uploadDir'] = $NWCONF_SYSTEM['server_path'].'/'.$NWCONF_SYSTEM['data_dir'].'/uploads'; // set $NWCONF_SYSTEM['readable_urls'] to false if domain and server path aren't set if ($NWCONF_SYSTEM['readable_urls'] && (!$NWCONF_SYSTEM['domain_path'] || !$NWCONF_SYSTEM['server_path'])) { $NWCONF_SYSTEM['readable_urls'] = false; } // set server path if not specified above if (!$NWCONF_SYSTEM['server_path']) { if (isset($HTTP_SERVER_VARS['PATH_TRANSLATED'])) $NWCONF_SYSTEM['server_path'] = dirname($HTTP_SERVER_VARS['PATH_TRANSLATED']); else $NWCONF_SYSTEM['server_path'] = dirname($PATH_TRANSLATED); } if (strrpos($NWCONF_SYSTEM['server_path'],'/') != strlen($NWCONF_SYSTEM['server_path']) - 1) $NWCONF_SYSTEM['server_path'] = $NWCONF_SYSTEM['server_path'].'/'; if (!isset($config_only)) include($NWCONF_SYSTEM['server_path'].'include/main.inc'.$NWCONF_SYSTEM['php_ext']); ?>
Warning: main(/default/header.tpl) [function.main]: failed to open stream: No such file or directory in /www0415/www.burgswolf.de/newswriter/index.php on line 35
Warning: main(/default/header.tpl) [function.main]: failed to open stream: No such file or directory in /www0415/www.burgswolf.de/newswriter/index.php on line 35
Warning: main() [function.include]: Failed opening '/default/header.tpl' for inclusion (include_path='.:/usr/local/lib/php') in /www0415/www.burgswolf.de/newswriter/index.php on line 35
Fatal error: Call to undefined function: newswriter() in /www0415/www.burgswolf.de/newswriter/index.php on line 37

Verzeichnisse scheinen alle anwesend.
Rechte hab ich alle auf 777 gesetzt,
um Rechtefehler auszuschließen

Ist bestimmt was ganz lapidares,
was da falsch einegstellt ist von mir

Vielen Dank für die Hilfe schon mal ^^
Gruß aus Wolfsburg von Buddy, dem ProfiDau
