Search found 10 matches

by D4N13L
04 Oct 2010, 16:23
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

Wäre sinnvoll, ich werd mich die Tage mal mit Confixx und Updates beschäftigen und hier reinschreiben obs geklappt hat oder nicht ;)
by D4N13L
04 Oct 2010, 11:48
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

Ich bin da gerade auf was gestoßen:

http://forum.webhostlist.de/forum/3-x-a ... -conf.html

Hört sich nach meinem Fehler an...
by D4N13L
04 Oct 2010, 11:01
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

Ich war mal so frei und hab die betroffenen Stellen in der core.php auskommentiert:

Warning: require_once(php_api.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web0/html/mantis/core.php on line 115

Fatal error: require_once() [function.require]: Failed ...
by D4N13L
04 Oct 2010, 10:44
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

Ändert sich nichts. Fehler bleibt
by D4N13L
04 Oct 2010, 10:24
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

Das hat jetzt etwas gedauert bis das error_log gefunden und aktiviert war ;)

Gebe ich eine falsche URL ein bekomme ich einen Eintrag ins error_log

Steuer ich die mantis Installation oder die test.php mit dem PHP Script an erscheint kein Eintrag.

Zum Haare ausreisen
by D4N13L
03 Oct 2010, 20:03
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

Auszug aus php.ini:
disable_functions: pcntl_exec, posix_setuid, posix_seteuid
Kann sonst noch was den Fehler verursachen?
by D4N13L
03 Oct 2010, 11:14
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

Änder ich es auf library/utf8/utf8.php kommt folgender Fehler:

Warning: require_once(php_api.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web0/html/mantis/core.php on line 115

Fatal error: require_once() [function.require]: Failed opening required ...
by D4N13L
03 Oct 2010, 10:25
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Re: Installation nicht möglich. utf8/utf8.php Datei fehlt.

in libary/utf8 gibts die utf8.php.

Die core.php verweißt trotzdem auf:
[...]
# load UTF8-capable string functions
require_once( 'utf8/utf8.php' );
require_once( UTF8 . '/str_pad.php' );
[...]

Ich habe jetzt mal testweiße den Pfad auf /library/utf8/utf8.php geändert:

Warning: require_once ...
by D4N13L
03 Oct 2010, 06:41
Forum: Deutsch
Topic: Installation nicht möglich. utf8/utf8.php Datei fehlt.
Replies: 16
Views: 17992

Installation nicht möglich. utf8/utf8.php Datei fehlt.

Guten Morgen an alle,

ich hoffe ihr könnt mir weiterhelfen. Google konnte es schon mal nicht.

Ich habe Mantis schon des öfteren installiert, das hat auch immer super geklappt. Nach einem Serverumzug geht die Installation nicht mehr.
Mantis wirft folgende Fehler aus:
Warning: require_once(utf8/utf8 ...