View Issue Details

IDProjectCategoryView StatusLast Update
0000997OXID eShop (all versions)4. ------ eShop Core -------public2012-12-10 13:42
Reportermarkus mueller Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.2 revision 18998 
Fixed in Version4.3.0 revision 26948 
Summary0000997: Leading / befor "/oxefi.php" is not neccessary
Descriptionin FROM LINE 78 to 81 of oxefidownloader.php
(says " $Id: oxdiscount.php 12855 2008-10-06 06:49:07Z vilma $" in the Header

//remove possible old connector from the main shop dir
  if (file_exists(getShopBasePath() . "/oxefi.php")) {
        unlink(getShopBasePath() . "/oxefi.php");
    }

The LEADING / befor "/oxefi.php" are not neccessary

since the function getShopBasePath() allready added it
Additional InformationI removed it and it worked :) w/o double //
http://www./shopurl/core//oxiefi.php in the PATHs
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-11-26 16:06

reporter   ~0002130

done