Hi
Ich hab versucht das MediaWiki zu installieren. Leider versucht es auf /tmp zu schreiben aber das scheint nicht zu funktionieren.
[pear_error: message="fopen("/tmp/tpl_0_7_0_f894d6e415bdb65e76cc89295c5061c7.php", "w") - No such file or directory" code=0 mode=return level=notice prefix="" info=""]
im Verzeichnis /tmp sind alle Rechte gesetzt
Bitte um Hilfe
Danke Georg
I have a problem after starting wikimedia I get the message "[pear_error: message="fopen("/tmp/tpl_0_7_0_f894d6e415bdb65e76cc89295c5061c7.php", "w") - No such file or directory" code=0 mode=return level=notice prefix="" info=""] ". Everyone can write/read on /tmp.
Please help
Thanks Georg
____________ Virus checked by G DATA AntiVirusKit Version: AVK 14.0.1937 from 18.08.2004 Virus news: www.antiviruslab.com
Mayer Georg wrote:
[pear_error: message="fopen("/tmp/tpl_0_7_0_f894d6e415bdb65e76cc89295c5061c7.php", "w") - No such file or directory" code=0 mode=return level=notice prefix="" info=""]
im Verzeichnis /tmp sind alle Rechte gesetzt
If you're running PHP in 'safe mode' then this will not work -- PHP will only be able to write in directories *owned by* the user that owns the script.
If you make the 'images' subdirectory writable, it should automatically attempt to fall back to using that if /tmp can't be used. You can also create an appropriate directory elsewhere and set the TMP environment variable.
-- brion vibber (brion @ pobox.com)
yes PHP run in "save mode". 'The images subdir has all rights (777) but ir dosn't work
Thankyou
Georg
-----Ursprungliche Nachricht----- Von: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]Im Auftrag von Brion Vibber Gesendet: Freitag, 20. August 2004 12:06 An: MediaWiki announcements and site admin list Betreff: Re: [Mediawiki-l] Probleme bei Installation /Problems withinstallation
Mayer Georg wrote:
[pear_error: message="fopen("/tmp/tpl_0_7_0_f894d6e415bdb65e76cc89295c5061c7.php",
"w") -
No such file or directory" code=0 mode=return level=notice prefix="" info=""]
im Verzeichnis /tmp sind alle Rechte gesetzt
If you're running PHP in 'safe mode' then this will not work -- PHP will only be able to write in directories *owned by* the user that owns the script.
If you make the 'images' subdirectory writable, it should automatically attempt to fall back to using that if /tmp can't be used. You can also create an appropriate directory elsewhere and set the TMP environment variable.
-- brion vibber (brion @ pobox.com)
____________ Virus checked by G DATA AntiVirusKit Version: AVK 14.0.1937 from 18.08.2004 Virus news: www.antiviruslab.com
mediawiki-l@lists.wikimedia.org