File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.30 (FreeBSD)
|
possibly wrong help text ?! - Printable Version +- Official Murl Engine Forum (https://murlengine.com/forum) +-- Forum: Murl Engine (https://murlengine.com/forum/forumdisplay.php?fid=5) +--- Forum: Murl Tools (https://murlengine.com/forum/forumdisplay.php?fid=19) +--- Thread: possibly wrong help text ?! (/showthread.php?tid=30) |
possibly wrong help text ?! - JosefHeld - 26 Jun 2013 Hi, We noticed that the mandatory parameters of resource_packer may be wrong. --output_package or -op, optional : The output package file to convert. But without adding a parameter for 'op', one will always get the help text again and no packed resource file. Which behaviour was desired? Kind regards, Andreas and Josef RE: possibly wrong help text ?! - dizzy - 27 Jun 2013 Hi! You are right, the resource packer shows misleading information in this case. Both the --output_package and --output_hex parameters are considered optional, but at least one of them must be specified. We will add a more detailed error message when neither is given. The fix will be in the next build. Best regards, Christopher |