Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorfadilnet
    • CommentTimeJul 2nd 2008 edited
     # 1
    @ work, we were asked to deploy vanilla for a client who wanted to have a simple and fast bulletin board. vanilla is the best in this category.
    however, upon uploading and installing to the sub domain, nothing loads. it loads well on the machine i'd installed it (due to cookie i presume) but not on other machines.

    the server php info: hxxp://staff.snitedu.com/php.php

    my system settings in conf.

    <?php
    // Application Settings
    $Configuration['SETUP_TEST'] = '1';
    $Configuration['APPLICATION_PATH'] = '/mnt/target03/357268/357353/staff.snitedu.com/web/content/';
    $Configuration['DATABASE_PATH'] = '/mnt/target03/357268/357353/staff.snitedu.com/web/content/conf/database.php';
    $Configuration['LIBRARY_PATH'] = '/mnt/target03/357268/357353/staff.snitedu.com/web/content/library/';
    $Configuration['EXTENSIONS_PATH'] = '/mnt/target03/357268/357353/staff.snitedu.com/web/content/extensions/';
    $Configuration['LANGUAGES_PATH'] = '/mnt/target03/357268/357353/staff.snitedu.com/web/content/languages/';
    $Configuration['THEME_PATH'] = '/mnt/target03/357268/357353/staff.snitedu.com/web/content/themes/vanilla/';
    $Configuration['DEFAULT_STYLE'] = '/themes/vanilla/styles/default/';
    $Configuration['WEB_ROOT'] = '/';
    $Configuration['BASE_URL'] = 'hxxp://staff.snitedu.com/';
    $Configuration['FORWARD_VALIDATED_USER_URL'] = 'hxxp://staff.snitedu.com/';
    $Configuration['SUPPORT_EMAIL'] = 'contactus@developer4ever.com';
    $Configuration['SUPPORT_NAME'] = 'Developer4Ever Ltd.';
    $Configuration['APPLICATION_TITLE'] = 'SNIT Staff Bulletin Board';
    $Configuration['BANNER_TITLE'] = 'SNIT Staff Bulletin Board';
    $Configuration['COOKIE_DOMAIN'] = '.snitedu.com';
    $Configuration['COOKIE_PATH'] = '/';
    $Configuration['SETUP_COMPLETE'] = '1';
    $Configuration['ATTACHMENTS_UPLOAD_PATH'] = '/mnt/target03/357268/357353/staff.snitedu.com/web/content/uploads/%year%/%month%/';
    $Configuration['ATTACHMENTS_MAXIMUM_FILESIZE'] = '1000000';
    $Configuration['ATTACHMENTS_VERSION'] = '2.1';
    $Configuration['INLINEIMAGES_MAX_WIDTH'] = '125';
    $Configuration['INLINEIMAGES_OPEN_WITH'] = '0';
    $Configuration['ALLOW_NAME_CHANGE'] = '0';
    $Configuration['PUBLIC_BROWSING'] = '0';
    $Configuration['MAX_COMMENT_LENGTH'] = '500000';
    $Configuration['UPDATE_REMINDER'] = 'Quarterly';
    $Configuration['ATTACHMENTS_NOTICE'] = '1';
    $Configuration['DEFAULT_ROLE'] = '3';
    $Configuration['ALLOW_IMMEDIATE_ACCESS'] = '1';
    ?>



    the files are not held directly on the staff.snitedu root. they are in a folder called web/content/
    apache reads from there - i've no control over this.

    please help me.

    p.s
    where can i get a cute 3d picture of vanilla to incl. in our terms of service? do we have the right to make a logo not issued by lussumo? will link it on terms of services where we list all the licenses and technology used.

    sorry for bothering you. thank you for helping me.

    i used http - hxxp is only used here to avoid hotlinking and indexing from search engines
    •  
      CommentAuthorWallPhone
    • CommentTimeJul 2nd 2008
     # 2
    Cookie settings look OK.

    I get a redirect loop error message when trying to visit the page.

    From what you describe, it could be a firewall issue, where the computer isn't allowing others to connect to it to display the page, but it would work fine on itself since the pages wouldn't travel through the firewall. Is this box displaying other web pages OK?
    • CommentAuthorfadilnet
    • CommentTimeJul 3rd 2008
     # 3
    other pages are displaying well. i'm currently clueless. any idea?
    • CommentAuthorfadilnet
    • CommentTimeJul 3rd 2008
     # 4
    by other pages, i mean html yes
    • CommentAuthorfadilnet
    • CommentTimeJul 3rd 2008
     # 5
    My error - it happens only when i disable "Allow non-members to browse the forum" in the application.
    • CommentAuthorfadilnet
    • CommentTimeJul 3rd 2008
     # 6
    anybody having the same issue? it's the new vanilla.
    it worked on php4.~ but not on this server (hxxp://staff.snitedu.com)
    help. please.
    •  
      CommentAuthorWallPhone
    • CommentTimeJul 4th 2008
     # 7
    It's probably something related to the sessions then... what version of PHP is it running on now?

    Do you happen to have mod_security installed on the server? It is known to cause some strange behavior, although I haven't seen anything like this before.
    •  
      CommentAuthorDinoboff
    • CommentTimeJul 4th 2008 edited
     # 8
    Everything seems fine in your settings. Can disable again browsing for non-members?

    Is there any error message in your log files?
Add your comments
    Username Password
  • Format comments as