Can not complete the install on win7 mode localhost

edited November 2011 in Vanilla 2.0 - 2.8

I'm trying to install the vanilla Version 2.0.18.1

op: Win 7
serv: Apache 2.0
php 5.2.8
mysql 5.0.51a
mode localhost

Complety internet offline.

When i fill the install page (database params & admin params) ocurrs:

* In the database are created 32 tables
in table gdn_user the Password content (of admin record) is showed as is, without any encripting format

* In the browser redirects me to
http://localhost/vanilla/index.php?p=/dashboard/setup
(which is the same install page)
without any warning | error (i have the error sets to display any of them)

* In files structure a new file is create in
/vanilla/conf named con9EA3.tmp (or similar ended .tmp)
the file config.php is created but always is empty

in the file .tmp there is:

<?php if (!defined('APPLICATION')) exit();

// Database
$Configuration['Database']['Name'] = 'mydbname';
$Configuration['Database']['Host'] = 'localhost';
$Configuration['Database']['User'] = 'myuser';
$Configuration['Database']['Password'] = 'mypwd';

// Garden
$Configuration['Garden']['Title'] = 'Vanilla 2';
$Configuration['Garden']['Cookie']['Salt'] = '145B1FRASA';
$Configuration['Garden']['Cookie']['Domain'] = '';
$Configuration['Garden']['Registration']['ConfirmEmail'] = TRUE;
$Configuration['Garden']['Email']['SupportName'] = 'Vanilla 2';

// Last edited by Unknown (127.0.0.1)2011-11-26 16:55:11

I tried using a new database twice but theres no way, always got the same result.

Any one have an idea of wath is going wrong

Best Answer

  • ToddTodd Vanilla Staff
    Answer ✓
    Right. This is a known issue that needs to get put into a patch, but we need to test it more. There is another thread with a fix here.

Answers

  • ToddTodd Vanilla Staff
    Answer ✓
    Right. This is a known issue that needs to get put into a patch, but we need to test it more. There is another thread with a fix here.
  • uhh! ok! thanks very much Todd,

    I was serching and following code flows treating to find a solution but i could not get it.

    The fix works and i have vanilla working now, thx again.
Sign In or Register to comment.