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)