You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit enables SMShop to run on multiple sites (primary and subsites) by automatically installing required configuration files.
Also fixed bug in DataSource.callback.php which caused an error due to XmlTimeOut and XmlMemoryRequired not being specified for SMShopTags. These properties are actually optional, but this is currently buggy (see #131).
Futhermore fixed PDF generation (TCPDF) which could triggered "open_basedir restriction in effect" error.
Also moved e-mail templates into separate folder under data/SMShop.
Some DataSource parameters are described as optional (e.g. XmlTimeOut and XmlMemoryRequired), but if not defined, they cause PHP to emit errors:
The text was updated successfully, but these errors were encountered: