any function calls must have opening "(" and closing ")" parenthesises, you must be missing the closing one.
I have installed this mod in Version 1.7.6.
I have changed the global.php, the categories.php and the functions.php
But now the site does not open anymore and I get the following message:
Parse error: syntax error, unexpected T_STRING, expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/schrieber/includes/functions.php on line 1197
The relevant code in the functions.php there is:
$site_template->register_vars(array(
"cat_id" => $category_id,
"cat_name" => format_text multilang($cat_cache[$category_id]['cat_name']), 2),
"cat_description" => format_text multilang($cat_cache[$category_id]['cat_description']), 1),
I do not see any mistake.
Any advise?
The code in the categories.php is:
$site_template->register_vars(array(
"categories" => get_categories($cat_id),
"cat_name" => format_text multilang($cat_cache[$cat_id]['cat_name']), 2),
"cat_description" => format_text multilang($cat_cache[$cat_id]['cat_description']), 1, 0, 1),
Based on all comments here, I don't see a mistake.