Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

I tryed to edit settings.php

y2kbgy2kbg New
edited November 2006 in Vanilla 1.0 Help
oops i tryed to fix the "base URL" read how to fix it in another post now i get this error. Parse error: syntax error, unexpected T_STRING in /www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/conf/settings.php on line 29 I dont think i touched line 29 can anyone see the problem <?php // Application Settings $Configuration['SETUP_TEST'] = '1'; $Configuration['APPLICATION_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/'; $Configuration['DATABASE_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/conf/database.php'; $Configuration['LIBRARY_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/library/'; $Configuration['EXTENSIONS_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/extensions/'; $Configuration['LANGUAGES_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/languages/'; $Configuration['THEME_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/themes/vanilla/'; $Configuration['DEFAULT_STYLE'] = '/Vanilla/themes/vanilla/styles/mydesign/'; $Configuration['WEB_ROOT'] = '/Vanilla/'; $Configuration['BASE_URL'] = 'http://zfiles.110mb.com/Vanilla'; $Configuration['FORWARD_VALIDATED_USER_URL'] = 'http://zfiles.110mb.com/Vanilla/'; $Configuration['SUPPORT_EMAIL'] = 'y2kbug@zoominternet.net'; $Configuration['SUPPORT_NAME'] = 'Zak'; $Configuration['APPLICATION_TITLE'] = 'ZFiles'; $Configuration['BANNER_TITLE'] = 'ZFiles'; $Configuration['COOKIE_DOMAIN'] = 'zfiles.110mb.com'; $Configuration['COOKIE_PATH'] = '/Vanilla/'; $Configuration['SETUP_COMPLETE'] = '1'; $Configuration['EXTENSION_POLL_VERSION'] = '1.3'; $Configuration['PERMISSION_SEND_SESAME'] = '0'; $Configuration['PERMISSION_ADMIN_SESAME'] = '0'; $Configuration['INVITATION_SYSTEM_ON'] = '0'; $Configuration['INVITATION_SYSTEM_DEFAULT_INVITATION'] = '0'; $Configuration['INVITATION_SYSTEM_LIMIT_VALIDITY'] = '0'; $Configuration['INVITATION_SYSTEM_CATEGORY_FOR_REQUEST'] = '1'; $Configuration['INVITATION_SYSTEM_ADMIN_NAME_TO_REQUEST'] = 'Zak'; $Configuration['INVITATION_SYSTEM_PRESENTATION_FORUM'] = 'The forum is very private, so can't tell you too much about it, but this Forum rock.'; $Configuration['INVITATION_SYSTEM_VERSION'] = '0.2.0'; $Configuration['INVITATION_SYSTEM_REQUEST_ON'] = '1'; $Configuration['ADDON_NOTICE'] = '0'; $Configuration['LAST_UPDATE'] = '1164349971'; $Configuration['INVITATION_SYSTEM_FIRST_ACTIVATION'] = '1'; $Configuration['ENABLE_WHISPERS'] = '0'; $Configuration['TEXT_STICKY'] = 'Important!'; $Configuration['DEFAULT_ROLE'] = '3'; $Configuration['ALLOW_IMMEDIATE_ACCESS'] = '1'; ?>

Comments

  • Options
    The problem is indeed on line 29; I'm not sure how it could have been working before if you didn't change it, but anyway, you need to have a backslash before the apostrophe in "can't". That is, change it to: $Configuration['INVITATION_SYSTEM_PRESENTATION_FORUM'] = 'The forum is very private, so can\'t tell you too much about it, but this Forum rock.';
  • Options
    WOW thankyou i cant believe it was so simple, i didnt take out the backslsh so maybe it never parsed that part or something idk. I response in 3 minttes that solved the problem. Thank you for being quick. it must havhad an interesresting name. lol
This discussion has been closed.