Quickmail
Maintained by
Robert Russo, David Lowe
A block that provides selective, bulk emailing within courses. Developed by LSU.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
What info do you not want people to see?
There isn't an option to disable the message inside of quickmail though.
When I send a mail to users with an attachment, the user gets more info then I want.
-------
Moodle Attachments (Download All)
http://my.domain.com/pluginfile.php?forcedownload=1&file=%2F%2F6116%2Fblock_quickmail%2Fattachment_log%2F2469%2F1431431357_attachments.zip
-------
Is this info normal? Can I disable this message?
Thanks in advance for your help.
Kees
Thank you.
error/unknown_context_mapping
More information about this error
Debug info:
Error code: unknown_context_mapping
$a contents: error
Stack trace:
• line 887 of /backup/util/dbops/restore_dbops.class.php: restore_dbops_exception thrown
• line 75 of /blocks/quickmail/backup/moodle2/restore_quickmail_stepslib.php: call to restore_dbops::send_files_to_pool()
• line 41 of /blocks/quickmail/backup/moodle2/restore_quickmail_stepslib.php: call to restore_quickmail_log_structure_step->process_log()
• line 137 of /backup/util/plan/restore_structure_step.class.php: call to restore_quickmail_log_structure_step->process_block()
• line 103 of /backup/util/helper/restore_structure_parser_processor.class.php: call to restore_structure_step->process()
• line 123 of /backup/util/xml/parser/processors/grouped_parser_processor.class.php: call to restore_structure_parser_processor->dispatch_chunk()
• line 204 of /backup/util/xml/parser/progressive_parser.class.php: call to grouped_parser_processor->after_path()
• line 284 of /backup/util/xml/parser/progressive_parser.class.php: call to progressive_parser->inform_end()
• line ? of unknownfile: call to progressive_parser->end_tag()
• line 175 of /backup/util/xml/parser/progressive_parser.class.php: call to xml_parse()
• line 154 of /backup/util/xml/parser/progressive_parser.class.php: call to progressive_parser->parse()
• line 110 of /backup/util/plan/restore_structure_step.class.php: call to progressive_parser->process()
• line 181 of /backup/util/plan/base_task.class.php: call to restore_structure_step->execute()
• line 177 of /backup/util/plan/base_plan.class.php: call to base_task->execute()
• line 167 of /backup/util/plan/restore_plan.class.php: call to base_plan->execute()
• line 333 of /backup/controller/restore_controller.class.php: call to restore_plan->execute()
• line 184 of /backup/util/ui/restore_ui.class.php: call to restore_controller->execute_plan()
• line 99 of /backup/restore.php: call to restore_ui->execute()
Thanks, in advance, for your help!
Sorry for the late response from my end. I spent last couple of days testing out various combination of backup and restore, with or without the user date and quickmail history, from one server to another server etc.
Good news ... the newer version of quickmail plugin (2015122912, v1.5.0) is actually working with the backup/restore as expected.
Bad news ... the ORACLE error 01722 that I ran into is only linked to that particular course. From the error snippet, does 'o_itemid' => '' string means no value to pass in as a parameter? Would that be the problem (because this column is no-null field? If yes, what would cause this no-value?
So far other courses that I have run all passed the test.
If you can help me to understand what causes it, I will be in a better position next time.
Thanks a lot.
Bei
version.php:
$plugin->version = 2014042914;
$plugin->requires = 2013051400;
$plugin->release = "v1.5.0";
$plugin->maturity = MATURITY_STABLE;
"$plugin->version = 2014042914;"
The file I downloaded is "...2014042915.zip"
version.php:
$plugin->version = 2014042914;
$plugin->requires = 2013051400;
$plugin->release = "v1.5.0";
$plugin->maturity = MATURITY_STABLE;
Debug info: ORA-01722: invalid number
SELECT * FROM m_029D826700013 WHERE backupid = :o_backupid AND itemname = :o_itemname AND itemid = :o_itemid
[array (
'o_backupid' => '7acf23bd032e1509b69f5a03fb2db73b',
'o_itemname' => 'user',
'o_itemid' => '',
)]
Error code: dmlreadexception
Any idea why and how to fix it?
Thanks,
Bei