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.

Continuously moves in the installation.

Here is the problem:

Forwarded to the page index.php?p=/dashboard/setup.



What is strange in the database all created.

Vanilla 2.1.6 is started immediately (not updated).

Config file for some reason is not updated - stays clean.

Tried hand write the configuration file (for example, the file config-default.php) - still redirects to install.



What's the problem?

Immediately sorry for my english.

Comments

  • you probably need to turn off caching of config.php ask your host.

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

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    Ok you need to make sure the config.php has write permissions. The file you are looking for is called config.php and it gets generated upon setup completion.

  • sadkinsadkin New
    edited November 2014

    @peregrine написал:
    you probably need to turn off caching of config.php ask your host.

    I set the house on Ubuntu 14.04, which put the lamp.

    And as for Windovs 7, on which stands denwer.

    Everywhere one problem.

  • sadkinsadkin New
    edited November 2014

    @vrijvlinder написал:
    Ok you need to make sure the config.php has write permissions. The file you are looking for is called config.php and it gets generated upon setup completion.

    chmod 777 was installed on all files and folders Vanilla.

    P.S.

    Anyway, the problem is the same.

    I want to note that Vanilla 2.0 is installed correctly.

  • Updated directory conf, and was horrified. Vanilla saw that creates .tmp files.

    All the same error in the cache.

    How to get rid of it?

    PS currently sitting through Windovs 7, licenses are issued, all is well.

    Please help.

  • peregrineperegrine MVP
    edited November 2014

    chmod 777 was installed on all files and folders Vanilla.

    you should not do this.

    I assume this is a new install.

    make sure that group owner of the folders is the same owner of your php process.

    I don't know windows 7, I use linux.

    but you can create a file called phpinfo.php then execute it from your browser.

    with this in the contents. on some version of phpinfo it give the owner and group info.

    <?php
    
    phpinfo();
    

    you could also try

    <?php
    
     system("id");
    

    or possibly
    <?php pass_thru ("whoami"); ?>

    then post your results. and also state what version of php you are using.

    could be your file group owner or the file user owner is not set correctly,
    the problem that occurs here:

    https://github.com/vanilla/vanilla/blob/2.1/library/core/class.configuration.php#L636 or around line 1199

    there are only 3 core folders that need special write and execute permissions

    • /conf
    • /uploads
    • /cache

    all the other folders ideally need to be 644 (best if you set things up correctly) or 755

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

  • also see here

    http://vanillaforums.org/discussion/comment/211177/#Comment_211177

    I would recommend switching to ubuntu or some linux version for your web server

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

  • sadkinsadkin New
    edited November 2014

    @peregrine написал:

    Windovs is not ubuntu, ubuntu in order to root out of something necessary to execute the command sudo register and Windovs initially gives administrative privileges. ;)
    But I find it hard to translate (I do not understand a lot of things in English).
    Can be more?

  • @peregrine написал:
    also see here

    http://vanillaforums.org/discussion/comment/211177/#Comment_211177

    I would recommend switching to ubuntu or some linux version for your web server

    Wait a second, now with the second operating system is loaded.

  • peregrineperegrine MVP
    edited November 2014

    @sadkin said:
    Wait a second, now with the second operating system is loaded.

    Я не знаю, России или окна.

    Возможно, если вы разместите в России , а также английский , кто использует окна иРоссии говорящий может помочь вам

    Русский язык , как греческий для меня :wink:

    http://idioms.thefreedictionary.com/It's+all+Greek+to+me

    http://en.wikipedia.org/wiki/Greek_to_me

    Это для меня китайская грамота.

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

  • vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited November 2014

    I am part russian from my paternal grandmother side, actually Odessa but it is not in Russia anymore... The russian letters make my eyes do funny things trying to understand

    л this letter is also a hebrew letter for T but the backwards R Я is just dyslexia ... I think

    п this is also a hebrew letter ....

  • sadkinsadkin New
    edited November 2014

    @peregrine написал:
    Это для меня китайская грамота.

    Well, let's in English :)

    On ubuntu put all that, have to work in it :)

    Thank you! :D

Sign In or Register to comment.