Change the content (text)

The error messages that are displayed in applications created with MX Kollection 3, or products that are also a part of the bundle, can be of three types:

  1. Error messages that are added by the user with the use of the Throw Error trigger. The text for these error messages are entered by the developer, and as such, can be modified by editing the server behavior.

  2. General error messages that are not set from trigger interfaces (e.g. SQL errors, etc). These messages are stored in the application resources - the site's folder / includes/resources. In order to customize error messages to your choice, simply open the resource file corresponding to the specific product (e.g. NXT.res.php for NeXTensio), locate the error message that is already displayed and change it. Upload the modified files to your site's remote server, and when the error occurs again, the new message will be displayed.

  3. Internal error messages. These cannot be customized, as they are displayed only when severe errors occur, and customization can no longer be processed anyway.