Search found 3 matches
- 11 Nov 2025, 08:30
- Forum: EmailReporting
- Topic: APPLICATION ERROR #26
- Replies: 5
- Views: 261
Re: APPLICATION ERROR #26
No, i suppose it's because I've been migrating from version 1.19 and it may have carried over some very old fields.
- 09 Nov 2025, 09:21
- Forum: EmailReporting
- Topic: APPLICATION ERROR #26
- Replies: 5
- Views: 261
Re: APPLICATION ERROR #26
I used the last version.
Finally, I deleted the old plugin tables using MySQL.
DROP TABLE IF EXISTS mantis_emailreporting_mailbox_table;
DROP TABLE IF EXISTS mantis_emailreporting_msg_table;
DELETE FROM mantis_plugin_table WHERE basename = 'EmailReporting';
DELETE FROM mantis_config_table WHERE ...
Finally, I deleted the old plugin tables using MySQL.
DROP TABLE IF EXISTS mantis_emailreporting_mailbox_table;
DROP TABLE IF EXISTS mantis_emailreporting_msg_table;
DELETE FROM mantis_plugin_table WHERE basename = 'EmailReporting';
DELETE FROM mantis_config_table WHERE ...
- 08 Nov 2025, 10:33
- Forum: EmailReporting
- Topic: APPLICATION ERROR #26
- Replies: 5
- Views: 261
APPLICATION ERROR #26
Good morning.
I've migrated my Mantis version from 1.19 to the latest, in different phases and on different servers to avoid problems with PHP and MySQL.
In principle, everything works correctly, but when I install the email reporting plugin and go to the Manage Mailboxes section, I get the ...
I've migrated my Mantis version from 1.19 to the latest, in different phases and on different servers to avoid problems with PHP and MySQL.
In principle, everything works correctly, but when I install the email reporting plugin and go to the Manage Mailboxes section, I get the ...