Hi volks,
I've installed fudforum-phpgroupware from debian sid on a etch server running Mysql5 and php5. Everthings work well but triing to generate pdf inside fudforum gives the error below; the same happens with the "goto forum" options at the bottom of fudforum (see error below) I think that a $GLOBAL[][][] variable is not set correctly in the head.inc.php file, but I don't see how to fix it; I would guess that it is only a configuration error (hopefully). Actually Fudforum standalone application (2.7.7) creates pdf without problems ERROR OUTPUT: Warning: common::include(/usr/share/phpgroupware/phpgwapi/templates//head.inc.p hp) [function.common-include]: failed to open stream: No such file or directory in /usr/share/phpgroupware/phpgwapi/inc/class.common.inc.php on line 1138 Warning: common::include() [function.include]: Failed opening '/usr/share/phpgroupware/phpgwapi/templates//head.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/phpgroupware/phpgwapi/inc/class.common.inc.php on line 1138 Warning: Variable passed to each() is not an array or object in /usr/share/phpgroupware/phpgwapi/inc/class.common.inc.php on line 1043 Warning: Invalid argument supplied for foreach() in /usr/share/phpgroupware/phpgwapi/inc/class.common.inc.php on line 1061 Warning: common::include(/usr/share/phpgroupware/phpgwapi/templates//navbar.inc .php) [function.common-include]: failed to open stream: No such file or directory in /usr/share/phpgroupware/phpgwapi/inc/class.common.inc.php on line 1141 Warning: common::include() [function.include]: Failed opening '/usr/share/phpgroupware/phpgwapi/templates//navbar.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/phpgroupware/phpgwapi/inc/class.common.inc.php on line 1141Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
