Phpgacl error on OpenSuSe 10.0

ajperezcrespo wrote on Tuesday, June 27, 2006:

Gee and I thought I was doing so well until I ran into this.
http://localhost/openemr/acl_setup.php
I entered the admin account and password AND…
Warning: fetch(templates_c/%%C7^C7B^C7BBD6D2%%acl_admin.tpl.php) [function.fetch]: failed to open stream: No such file or directory in /srv/www/htdocs/phpgacl/admin/smarty/libs/Smarty.class.php on line 1251

Warning: fetch() [function.include]: Failed opening ‘templates_c/%%C7^C7B^C7BBD6D2%%acl_admin.tpl.php’ for inclusion (include_path=’/usr/share/php’) in /srv/www/htdocs/phpgacl/admin/smarty/libs/Smarty.class.php on line 1251

Thanks

ajperezcrespo wrote on Wednesday, June 28, 2006:

Turns out that /etc/php.ini include_path is wrong change it to include_path = ".:/usr/share/php"

Thanks