20.07.2009
Channel php.de ausgewählt, Log vom 20.07.2009
Seite: Erste Seite < 24 25 26
Chatlog
tombola: Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory
@Spea: Dann ist der include_path nicht gesetzt.
tombola: wo muss man den denn noch konfigurieren?
@Spea: Am besten in der index.php
@Spea: Oder in der ini
@Spea: Je nachdem
tombola: ich kann dir mal meine index zeigen
tombola: http://nopaste.info/13d95482ce.html
@Spea: Ja, da fehlt sowas wie $foo = get_include_path(); set_include_path('/pfad/zu/ZF/'. PATH_SEPERATOR .$foo);
tombola: das gibt es in der set_include_path
@Spea: Und get_include_path() gibt dann auch das richtige zurück?
tombola: http://nopaste.info/92fbb88e7e.html
@Spea: Das beantwortet nicht meine Frage.
tombola: .:/usr/local/lib/php
tombola: wenn ich den get_include_path() echo
@Spea: Ich hoffe doch das ist nach dem set
tombola: wie nach dem set?
@Spea: Na ich will wissen, was nach dem set_include_path drinsteht, und wenn das obige Ausgabe ist, hats nicht funktioniert.
tombola: achso
tombola: nein da steht dann:
tombola: .:/usr/local/lib/php:../../library
@Spea: Benutz des mal mit realpath('../../library'); vielleicht mag der den relativen Pfad nicht.
tombola: $include_path.= PATH_SEPARATOR . realpath('../../library'); ?
@Spea: Jop
tombola: ok
tombola: er meckert noch
tombola: mit derselben fehlermledung
@Spea: Zeig mal die Datei, wo der Loade initialisiert wird.
tombola: Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in /kunden/118417_53474/rp-hosting/4/4/bla.net/v8/library/zf/Controller/Front.php on line 23
@Spea: Uhm
Kunsi: tombola: apache reloaded
Kunsi: s/ded/den/
@Spea: Achja lol
tombola: hmmm wie meinen?
@Spea: tombola: Nenn zf in Zend um
tombola: hmm ok
SlashLife: "Oh, that's marvellous. They are not sure where we are but if they were sure, they wouldn't know where it was anyway."
SlashLife: <3
DasByte: O_O nu versteh ich auch die dokumentation von eclipse pdt ;-)
tombola: Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.:/usr/local/lib/php:') in /kunden/118417_53474/rp-hosting/4/4/bla.net/v8/library/Zend/Controller/Front.php on line 23
SlashLife: Baeh! Du benutzt Eclipse!
DasByte: simon, ja besser als Notepad ;-)
@Spea: tombola: Ja, aber da stimmt jetzt der include_path nicht, wie du siehst.
tombola: was muss denn im include path stehen?
@Spea: Der Pfad zur Zend-library, also ich denke in deinem Fall /kunden/118417_53474/rp-hosting/4/4/bla.net/v8/library/
tombola: $include_path.= PATH_SEPARATOR . realpath('../../library');
tombola: das führt genau zur library
@Spea: Ja, mag ja sein, aber laut Fehlermeldung ist dieser nicht gesetzt.
tombola: muss ich evt. noch dne ordne rZend angeben?
Seite: Erste Seite < 24 25 26
Zurück zur ÜbersichtWebseiten Tipps
Hier gehts zum jquery Tutorial.
Meine schwarze Webseite: iPhone4Spiel
