yup, thats the first thing i did, i noticed when i do the includes/functions.php edit as said in the help file,
Find:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))
Replace it with:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))
my entire forum goes down.
but without that edit, the install page shows up fine,
i dont want to proceed with the install if im missing something..
please help..
ks
|