The Eofferix module lets a UMI.CMS site receive data from an Eofferix profile: products, offers, sections, images, files, and additional fields. The module is installed on the UMI.CMS site; the import profile itself is configured in Eofferix.
What You Need
- Access to the UMI.CMS site root via FTP, SFTP, SSH, or the hosting file manager.
- Access to the UMI.CMS administration panel as a user with administrative rights.
- The
eofferix-umi-install.ziparchive or the regular module archiveeofferix-umi-cms-module.zip.
Recommended Option: Self-Installer Archive
- Sign in to the UMI.CMS admin panel in the same browser where you will open the installer.
- Download and unpack
eofferix-umi-install.zipon your computer. - Upload the
eofferix-umi-installfolder to the UMI.CMS site root, next to the mainindex.php. - Open
https://site.com/eofferix-umi-install/install.phpin the browser. - Wait for the Eofferix module installed message.
- Open
/admin/eofferix/config/and check that the module is enabled. - Delete the
eofferix-umi-installfolder from the site.
The folder must be placed in the site root, not inside classes, images, or another system directory.
public_html/
index.php
classes/
eofferix-umi-install/
install.php
index.phpManual Installation With The Module Archive
If the hosting provider blocks the installer PHP file and shows Forbidden, use the regular eofferix-umi-cms-module.zip archive.
- Unpack the archive into the UMI.CMS site root.
- Check that
/classes/components/eofferix/class.phpexists. - Register the module through standard UMI.CMS tools or run the module install file from an administrator environment.
- Open
/admin/eofferix/config/and check that the module is shown.
Connecting From Eofferix
After installation, create or open a profile in Eofferix, choose the UMI.CMS template, enter the site address, and run the connection check. Administrator login and password are needed only for the initial connection; the module does not store the administrator password.
When the check succeeds, Eofferix can send prepared data to the UMI.CMS module when the profile runs.
Common Errors
| Situation | What to check |
|---|---|
The browser shows Forbidden. | The hosting provider blocks PHP execution in that folder. Upload the folder to the site root or use manual installation with the module archive. |
| The site page opens with 404. | Check that the folder is named eofferix-umi-install, is placed next to the main index.php, and the URL ends with /install.php. |
| The installer asks you to sign in. | Sign in to UMI.CMS in the same browser first, then open the installer again. |
| The module is not visible in the admin panel. | Check that /classes/components/eofferix/class.php exists and open /admin/eofferix/config/. |
| Eofferix cannot connect to the site. | Check that the site is available over HTTPS, the module is enabled, and the site address in the profile does not include extra paths or temporary parameters. |
What To Remove After Installation
After successful installation, delete the eofferix-umi-install folder from the site. The module will remain installed because its working files have already been copied to the UMI.CMS system directories.