From: SourceForge.net <no...@so...> - 2012-03-26 04:13:24
|
Bugs item #3511205, was opened at 2012-03-25 21:12 Message generated for change (Comment added) made by beckmi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3511205&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Michael Beck (beckmi) Assigned to: Nobody/Anonymous (nobody) Summary: Bug in fresh install in page_configsave.php Initial Comment: 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); ---------------------------------------------------------------------- Comment By: Michael Beck (beckmi) Date: 2012-03-25 21:13 Message: Fixed in SVN and waiting for review ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3511205&group_id=41586 |