Code: Alles auswählen
[12-Apr-2010 10:43:39] PHP Warning: include_once(config.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php on line 84
[12-Apr-2010 10:43:39] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'config.php' for inclusion (include_path='.:') in /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php on line 84
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 502
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 507
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 508
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 509
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 510
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 511
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 512
[12-Apr-2010 10:43:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mywebsite.com/httpdocs/v3/contenido/external/backendedit/front_content.php:84) in /var/www/vhosts/mywebsite.com/httpdocs/v3/conlib/session.inc on line 151
Wenn euch die Einträge im Log stören, einfach in Zeile 84 folgendes ändern:
So siehts vorher aus:
Code: Alles auswählen
include_once ($cfgClient[$client]["path"]["frontend"]."config.php");
Code: Alles auswählen
if (!isset($client)) {
$client = 1;
}
include_once ($cfgClient[$client]["path"]["frontend"]."config.php");
