why does this notice appear in dokuwiki?

0

install DOKUWIKI on my pc as localhost // localhost / dokuwiki / install.php? l = on , I followed the installation instructions of the user manual, I started session as indicated, I even followed a Youtube video to see if I had done everything right, as far as I can see I did things right, but when you go from the page where you log in and create a user and the wiki this appears and I could not move forward more.

- C: \xampp\htdocs\dokuwiki/conf/local.php already exists

<?php
/**
 * Dokuwiki's Main Configuration File - Local Settings
 * Auto-generated by install script
 * Date: Fri, 12 Oct 2018 02:41:46 +0000
 */
$conf['title'] = 'Blender Blackned 2.79';
$conf['lang'] = 'en';
$conf['license'] = '0';
$conf['useacl'] = 1;
$conf['superuser'] = '@admin';
$conf['disableactions'] = 'register';

- C:\xampp\htdocs\dokuwiki/conf/users.auth.php already exists

# users.auth.php
# <?php exit()?>
# Don't modify the lines above
#
# Userfile
#
# Format:
#
# login:passwordhash:Real Name:email:groups,comma,separated


blenderblackened:$1$euZFHlLG$5FUsJaS3hY3tYxW2Y.jdB0:Mauricio Yaman Yusuf:[email protected]:admin,user

- C:\xampp\htdocs\dokuwiki/conf/acl.auth.php already exists

# acl.auth.php
# <?php exit()?>
# Don't modify the lines above
#
# Access Control Lists
#
# Auto-generated by install script
# Date: Fri, 12 Oct 2018 02:41:46 +0000
*               @ALL          0
*               @user         8

Screenshots

Link of the video with which I compare my procedure

asked by 20122 12.10.2018 в 19:17
source

0 answers