Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
[color=darkblue]I've installed several php-apps on xampp running on W2K.
I often get a parse error like: [/color][color=darkred]Parse error: parse error, unexpected '}' in D:\Prg\xampp\htdocs\phpgroupware\header.inc.php on line 25[/color][color=darkblue].
Up to know unable to find the reason why nor a remedy.
I've search the web, manual and boards.
Is there someone who can explain this or put me on the right track?
Thanks for your trouble,
Marius
The error location is always the line[/color] [color=darkred]/* phpGroupWare domain-specific db settings */{domains}[/color]
........Code: Select all
define('PHPGW_SERVER_ROOT','D:\\Prg\\xampp\\htdocs\\phpgroupware');
define('PHPGW_INCLUDE_ROOT','D:\\Prg\\xampp\\htdocs\\phpgroupware');
$GLOBALS['phpgw_info']['server']['header_admin_password'] = 'xxxxxxxx';
[color=darkred]/* phpGroupWare domain-specific db settings */{domains}[/color]
/*
** If you want to have your domains in a select box, change to True
** If not, users will have to login as user@domain
** Note: This is only for virtual domain support, default domain users can login only using
** there loginid.
*/
$GLOBALS['phpgw_info']['server']['show_domain_selectbox'] = False;Jcart | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
Will do next time, tks. Marius