|
Autor
|
Beitrag
|
FunDSN
09.09.06 - 17:19:15 Uhr
|
Aufgrund der Funktion tempnam sind einige Programme (wie z.B. das Calitrix-Wiki) nicht funktionsfähig. In der Fehlermeldung wird angegeben, sie sei aus Sicherheitsgründen deaktiviert. Soweit ich weiß, wird die Funktion tempnam für einen Stylemanager (oder sowas) benötigt, was in meinen Augen nicht wirklich sicherheitsrelevant ist. Wäre es also Möglich, tempnam zu aktivieren? Sonst komm ich nie an ein eigenes Wiki.
|
Achtzig
09.09.06 - 17:24:24 Uhr
|
Suche doch mal nach tempnam.
|
ManuelEberl
09.09.06 - 17:29:06 Uhr
|
Einfach den Fehler unterdrücken.
|
FunDSN
09.09.06 - 17:31:52 Uhr
|
ich hab den Fehler unterdrückt ging immer noch nicht Punkt.
|
Gunni
09.09.06 - 18:17:27 Uhr
|
welche fehlermeldung kam dann?
|
FunDSN
09.09.06 - 20:32:07 Uhr
|
Warning: Smarty error: problem writing temporary file '' in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1083
-
- Warning: Smarty::include() [function.Smarty-include]: Unable to access /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/install/html/templates/compiled/%%6E^6E4^6E4296A4%%installer_requirements.tpl.php in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1247
-
- Warning: Smarty::include(/srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/install/html/templates/compiled/%%6E^6E4^6E4296A4%%installer_requirements.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1247
-
- Warning: Smarty::include() [function.include]: Failed opening '/srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/install/html/templates/compiled/%%6E^6E4^6E4296A4%%installer_requirements.tpl.php' for inclusion (include_path='.:/srv/www/httpd/phost/f/de/pytalhost/fundsn/web/') in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1247
anstelle von
Warning: tempnam() has been disabled for security reasons in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/corefuncs/core.write_file.php on line 28
-
- Warning: Smarty error: problem writing temporary file '' in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1083
-
- Warning: Smarty::include() [function.Smarty-include]: Unable to access /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/install/html/templates/compiled/%%6E^6E4^6E4296A4%%installer_requirements.tpl.php in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1247
-
- Warning: Smarty::include(/srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/install/html/templates/compiled/%%6E^6E4^6E4296A4%%installer_requirements.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1247
-
- Warning: Smarty::include() [function.include]: Failed opening '/srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/install/html/templates/compiled/%%6E^6E4^6E4296A4%%installer_requirements.tpl.php' for inclusion (include_path='.:/srv/www/httpd/phost/f/de/pytalhost/fundsn/web/') in /srv/www/httpd/phost/f/de/pytalhost/fundsn/web/calitrix/libs/tpl/Smarty.class.php on line 1247
|
Gunni
09.09.06 - 21:44:18 Uhr
|
das liegt aber nicht an pytal. dein programm braucht einfach eine bestimmte datei, die es aber nicht findet (würde mich bei dem pfad auch überraschen...)
|
ManuelEberl
09.09.06 - 21:46:13 Uhr
|
Wenn ihr mich fragt: Das Porgramm will eine temporäre Datei erstellen und das geht nicht, weil tempnam nicht funktioniert.
|
FunDSN
09.09.06 - 22:21:12 Uhr
|
@gunni
kA was mit meinem Pfad passiert is, in der Meldung sieht der ganz normal aus...
|
Gunni
10.09.06 - 10:38:11 Uhr
|
ok, dann halt bei dem dateinamen...
was für ein programmier schreibt eine datei mit
%%6E^6E4^6E4296A4%%installer_requirements.tpl.php
als dateinamen???
@fundsn: existiert diese datei denn?
|