Comment 13 for bug 157406

Revision history for this message
Emanuele Gentili (emgent) wrote :

How to reproduce the problem:

1) Install gosa
2) Open browser to http://localhost/gosa/
3) See Fatal Error [1]
4) It's possible solve the problem manually changing line 175 in /usr/share/gosa/include/php_setup.inc from
require("/usr/share/php/smarty/libs/Smarty.class.php"); to require("/usr/share/php/smarty/Smarty.class.php");
or editing gosa debian/rules [2].

[1] Fatal error: Call to undefined function get_template_path() in /usr/share/gosa/include/php_setup.inc on line 71.
[2] See first entered debdiffs.