
07-19-2005, 02:32 PM
|
|
|
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by theo
I'm just installing, have just finished the file modifications and there is a problem with the init file.
Keep getting
Parse error: parse error, unexpected ')' in /home/richard/public_html/forums/includes/init.php on line 550
This involves this edited code
'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);
Please HELP asap as at the moment my forums will not work
as in www.soccersaurus.com/forums
|
try this..
Code:
'stylecache',
// +++ vBookie
'vbookiesettings',
// --- vBookie
), $specialtemplates);
|