Quote:
Originally Posted by tjdrico
Screwed up the installation?
|
Have got a Problem with the installation:
OPEN includes/init.php
FIND
PHP Code:
'stylecache'
), $specialtemplates);
REPLACE WITH
PHP Code:
'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);
I have got the Arcade installed and so it makes this problem:
the script in the File inti.php expects: an ')' at row 519
when I place the vbookie code after this row
'arcadesettings'
---->>>
), $specialtemplates);
this mistake comes....

What to do?