PRODUCT FAQs

DleJProducts Extension FAQs By Product

Light

Documentation FAQs

DleJTicket (10)

Do I need the DleJLogin module

No — it's an optional companion extension, not a dependency. It's a convenient modal login for a module position, useful because submitting a ticket requires being logged in, but the component works with any login method already on your site.

Which package should I install — the Joomla 4 build or the Joomla 5/6 build

Whichever matches your site. The two are built and released separately rather than as one bundle covering both; installing the wrong one fails Joomla's compatibility check rather than partially installing.

What happens if I delete a Knowledge Base article that came from a ticket

The link is released automatically. The source ticket goes back to offering "Convert to KB" instead of pointing at an article that no longer exists.

Can staff change a ticket's priority after it's submitted

Not currently. Priority is set once by the requester at submission and there's no admin control to change it afterward — only status (Open, Pending, Resolved, Closed) can be updated from the ticket view.

Can I import tickets from another ticket extension

Not directly. Import/Export is built around DleJTicket's own data — Tickets, Knowledge Base articles, and Messages, exported as CSV or JSON and matched back by ticket number or ID on re-import. It's meant for backing up your own data or moving it between two DleJTicket installs, not for migrating from a different product's format.

The message editor is blank when submitting a ticket. What's wrong

If the site uses JCE as its editor, its Front End profile needs to include the groups submitting tickets, or the editor area renders empty. TinyMCE and CodeMirror don't need this — it's specific to JCE's profile-based permission system, not something DleJTicket controls.

Why can't a staff member see other users' tickets

They need the `core.manage` permission for the component. It does double duty — it's the normal "can access the backend" permission, but on the frontend ticket list it's also what turns on the manager view: seeing every requester's tickets and filtering by user, instead of only their own.

Why do my notification emails show up as plain text with no styling

Joomla's Mail Style defaults to Plain Text, and DleJTicket's templates are built HTML-first. Set Mail Style to **Both** under Global Configuration → Mail — this sends the styled HTML version with a plain-text fallback, so it looks right in both kinds of mail client.

Do I have to set up email reply

No. It's an optional feature. Users can always reply by logging in and using the ticket page directly; email reply is a convenience on top of that, not a requirement.

Does DleJTicket work on PHP 8.4

Yes, for everything except email reply. On PHP 8.3 and earlier, the IMAP extension needed for reply-by-email ships with PHP and just needs enabling in `php.ini`. On PHP 8.4, IMAP was removed from PHP core entirely and moved to PECL — it needs `pecl install imap` run separately, which many shared hosts won't offer. If it's unavailable, the mail check task reports exit code 5 and logs the reason rather than breaking anything else. Every other part of the component — tickets, replies, the Knowledge Base, custom fields — is unaffected either way.