View Issue Details

IDProjectCategoryView StatusLast Update
0002114OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2015-05-04 14:15
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.2 revision 29492 
Fixed in Version4.5.3 revision 39087 
Summary0002114: Error message missing if /export/ is not writable
DescriptionCoupon series are generated to the folder /export/ which is not checked if it is writable during the installation process.

Either
- check for /export/ is writable in installation or
- post an appropriate error message while generating the coupons.
Additional Informationhttp://www.oxid-esales.com/forum/showthread.php?t=6638
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0002115 resolvedLinas Kukulskis coupon series cannot be exported 

Activities

marco_steinhaeuser

2010-11-08 19:51

reporter   ~0003674

Don't get what "works properly" means in this manner: Do you mean, an exception is thrown and you got an error message although the folder is not writable?

Could reproduce it now with generic article export (services). On my Debian based machine, /export/ is not writable. The bug is that no error message appears. As soon as I set $ chmod 777 export everything works smoothly.

It doesn't make sense to check if this folder is writable in sysrequirements check. Simply an error should appear that tells you what is going on.

tjungcl

2011-02-08 15:48

reporter   ~0004094

Should really be part of system-health check!

Just spent quite some time trying to find out whats wrong. Coupon-generation needs write-access to this directory, even if you dont click "export": oxid ties to create a file named dynexport.txt and if that fails, no coupons are generated without any warning or error-message.

Linas Kukulskis

2011-09-05 12:24

reporter   ~0005171

removed unnecessary file creation