Menu

#1206 Bug in fresh install in page_configsave.php

XOOPS_2.5.x
closed
nobody
5
2013-09-14
2012-03-26
No

See: http://xoops.org/modules/newbb/viewtopic.php?post_id=344657#forumpost344657

Fix by XavierS:

line 86
if (!@copy($vars['VAR_PATH'] . '/data/secure.dist.php', $vars['VAR_PATH'] . '/data/secure.php')) {
$error = ERR_COPY_MAINFILE.$vars['VAR_PATH'] . '/data/secure.dist.php';
} else {
clearstatcache();

$rewrite = array_merge($rewrite, $vars);

Discussion

  • Michael Beck

    Michael Beck - 2012-03-26

    Fixed in SVN and waiting for review

     
  • Michael Beck

    Michael Beck - 2013-09-14
    • status: pending --> closed
     

Log in to post a comment.