mehrere Fehler nach Update
Hallo,
habe nun auch mal auf von 1.1 auf 1.2.2c ein update durch geführt doch habe ich diesmal fehlermeldungen
wenn ich in der include.php die Zeile:
durch
ersetze bekomme ich folgende Fehlermeldungen:
Warning: include(pkDIRWWWROOTpksm/main.php) [function.include]: failed to open stream: No such file or directory in /var/www/web1/html/main/include.php on line 84
Warning: include() [function.include]: Failed opening 'pkDIRWWWROOTpksm/main.php' for inclusion (include_path='.') in /var/www/web1/html/main/include.php on line 84
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/web1/html/main/include.php:84) in /var/www/web1/html/main/include.php on line 220
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/web1/html/main/include.php:84) in /var/www/web1/html/main/include.php on line 220
Wenn ich dann noch den befehl zur verlinkung einfüge:
Bekomme ich zusätzlich noch folgende Fehlermeldung:
Fatal error: Call to a member function open() on a non-object in /var/www/web1/html/main/include.php on line 630
Mit einem Wort: HILFE
Danke! schonmal im Vorraus
habe nun auch mal auf von 1.1 auf 1.2.2c ein update durch geführt doch habe ich diesmal fehlermeldungen
wenn ich in der include.php die Zeile:
|
|
PHP-Quelltext |
1 |
include(pkDIRWWWROOT."pkSecurityModule/main.php");
|
|
|
PHP-Quelltext |
1 |
include(pkDIRWWWROOT."pksm/main.php");
|
Warning: include(pkDIRWWWROOTpksm/main.php) [function.include]: failed to open stream: No such file or directory in /var/www/web1/html/main/include.php on line 84
Warning: include() [function.include]: Failed opening 'pkDIRWWWROOTpksm/main.php' for inclusion (include_path='.') in /var/www/web1/html/main/include.php on line 84
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/web1/html/main/include.php:84) in /var/www/web1/html/main/include.php on line 220
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/web1/html/main/include.php:84) in /var/www/web1/html/main/include.php on line 220
Wenn ich dann noch den befehl zur verlinkung einfüge:
|
|
PHP-Quelltext |
1 2 3 4 5 6 7 8 9 |
# pkSecurityModule - show counter
if(empty($pkSMcounter) && empty($lngAttack))
{
$SQLCon = $smSQL->open();
$pkSMcounter=($smMAIN->readCounter()!='') ? $smMAIN->readCounter() : 0;
$lngAttack = ($pkSMcounter==1) ? 'Angriff' : 'Angriffe';
$smSQL->close($SQLCon);
}
# / pkSecurityModule - show counter
|
Bekomme ich zusätzlich noch folgende Fehlermeldung:
Fatal error: Call to a member function open() on a non-object in /var/www/web1/html/main/include.php on line 630
Mit einem Wort: HILFE
Danke! schonmal im Vorraus
Nein, der Ordner ist vorhanden, ich habe nur die zeile ausgeklammert damit die seite normal läuft.
habe Dir einfach mal die komplette include.php als email gesandt.
Hoffe das es einfacher so ist.
|
|
PHP-Quelltext |
1 2 |
define('smInScript',true);
//include(pkDIRWWWROOT."pksm/main.php");
|
habe Dir einfach mal die komplette include.php als email gesandt.
Hoffe das es einfacher so ist.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mahna« (29. Oktober 2009, 09:00)

- 1
- 2

Ähnliche Themen
-
pkSM Support »-
1.6.5 Fehler nach Update
(7. Oktober 2009, 19:59)
-
Aktuelle Version [1.6.5] »-
1.6.5 PHPKIT 1.6.5 valide?
(9. August 2009, 00:52)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
Mehrere verschiedene Download-Unterkategorien
(28. März 2008, 20:13)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
nach PHP5 Update Fehler - phpkit_session.myi
(23. Januar 2008, 00:53)


