Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

always the setup page

Hi,
I'm trying to install Vanilla 2.0.18.9.
Everything seems to be ok (db, conf ...) exept that I'm stick on the setup page !!
An idea ?

Comments

  • Options
    peregrineperegrine MVP
    edited December 2013

    post a screenshot. and try to explain more of what you mean. check your folder permissions.
    list your OS and version of php and mysql

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    I have filled the setup form. I click on the continue button and then go back to the setup form ???
    My OS : Mac OS 10.9
    I'm on Local with MAMP 2.2 (php 5.5.3, mysql 5.5.9)

  • Options
    peregrineperegrine MVP
    edited December 2013

    did you set permissions correctly on

    chmod 777 -R on conf, cache, uploads

    do you get an error message
    or
    do you see a conf/config.php file and is it 0 bytes in size

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    chmod are ok and conf/config.php is 943ko

  • Options
    peregrineperegrine MVP
    edited December 2013

    conf/config.php is 943ko

    ???

    post your config.php - replace passwords salt etc with **** so we don't see sensitive info.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Sorry, made a mistake, 4ko in fact !

  • Options
    peregrineperegrine MVP
    edited December 2013

    your config.php is being written to - thats good. - so your folder and file permission seems correct.

    not sure why you are returning to install page continually.

    did you check and see if database is created using phpmyadmin? (see google if you don't know what it is?)

    you could try adding to your config and see what happens.

    // EnabledApplications
    $Configuration['EnabledApplications']['Vanilla'] = 'vanilla';
    $Configuration['EnabledApplications']['Conversations'] = 'conversations';
    

    I'm stumped.

    maybe someone who uses mamp could help.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    First, thank you for everything.
    And, yes, my database has been created.
    ...
    Tried your code and ... it works !!
    Tried again without your code and ... it works !!!
    I don't understand anything ! Could be a question of session ?

  • Options

    Anyway, thank you again !!

  • Options

    awesome!

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.