Is it possible to run X-Cart with “safe_mode” PHP configuration variable turned on?
The “safe_mode” disables several important PHP commands, including input/output functions and file upload support. This makes it virtually impossible to run a complex ecommerce software like X-Cart. Our shopping cart software needs input/output functions in order to read the template files, needs file upload functions in order to handle product image uploads. By default, “safe_mode” is turned off on all PHP installations. X-Cart is compatible with all default PHP configurations and most of non-default PHP configurations.