View Issue Details

IDProjectCategoryView StatusLast Update
0001869OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-09-23 14:43
Reporterdominik_ziegler Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.3.2 revision 27884 
Fixed in Version4.4.1 revision 28950 
Summary0001869: System requirements does not support custom theme directories
DescriptionIf you use a custom theme directory in out/ the system requirements class will not check the src/ directory in your custom theme directory. Therefore the src/ directory in basic/ is checked. The basic/ directory could be deleted if you use a custom there directory so the check fails.

Please change "out/basic/src/" in $aPathsToCheck in the method oxSysRequirements::checkServerPermissions() to support custom themes.
Additional Informationhttp://www.oxid-esales.com/forum/showthread.php?t=5541 (german)
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0001991 resolvedsarunas_valaskevicius File Rights check fails if "tmp" Folder is not in the shop root 

Activities

marco_steinhaeuser

2010-06-21 09:14

reporter   ~0003212

Same case for the /tmp/ folder as it can be defined in config.inc.php.

sarunas_valaskevicius

2010-07-22 10:15

reporter   ~0003298

fixed in oxsysrequirements.php