View Issue Details

IDProjectCategoryView StatusLast Update
0001199OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-08-19 09:04
Reportersventietje Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.4 revision 21266 
Fixed in Version4.1.6 revision 22740 
Summary0001199: modules/functions.php not included in oxajax.php
Descriptionthe following files are included in /admin/oxajax.php:

    include_once $sBasePath . 'core/oxfunctions.php';
    include_once $sBasePath . 'core/adodblite/adodb.inc.php';
    include_once $sBasePath . 'core/oxconfig.php';
    include_once $sBasePath . 'core/oxsupercfg.php';

the custom functions-file is missing:

    include_once $sBasePath . 'modules/functions.php';

would be great to see that simple line in next release.

thanks.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-08-19 09:04

reporter   ~0001437

fixed