Table of Contents

1. General guidelines

1.1. Submitting support requests

How to search for Help?

1.2. What to include when submitting a support call to Produmex?

1.3. Where to upload files when requested to do so?

There's an FTP server at your disposal, where you can upload files to Produmex. This way you can send large files (log files, database backups…) that don't fit in an e-mail.

The FTP access for upload is write-only, which means that you can upload any file, but you cannot download anything from that folder (not even the files you uploaded!). Only Produmex staff is able to retrieve uploaded files.

The credentials are the following:

After having uploaded a file to the FTP server, please inform the Produmex staff that the upload has completed, including the file name and the support ticket reference, if any.

1.4. Error Messages on Scanners

1.5. Conflicts with other Addons

A common complaint goes as follows: “We’re getting an error message from another addon but when we turn off Produmex the error message goes away, so it must be Produmex, right?”

In more cases than not it is the addon that displays the error message that is the source of the problem.

1.6. How to enable extra logging?

If you want to enable extra logging for debugging purposes, you can enable this in the config files:

In this file you'll need to change all the 'WARN' levels to 'DEBUG'

<FILTER TYPE="log4net.Filter.LevelRangeFilter">
        <levelMin VALUE="DEBUG" />
        <levelMax VALUE="FATAL" />
      </filter>
    <root>
      <level VALUE="DEBUG" />
      <appender-REF REF="RollingLogFileAppender" />
    </root>

For more inofrmation about the application configurations please see: 10. Application configurations