SelfMan

Results 5 comments of SelfMan

the logs are as following 2023-01-29 16:01:11 **OpenVPN 2.5.8** [git:none/0357ceb877687faa] Windows-MSVC [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Dec 2 2022 2023-01-29 16:01:11 Windows version 10.0 (Windows 10 or...

Addendum - Same blank page is shown if you don't select the action from the select box and hit the "Proceed" button.

proposed fix for the button: /assets/src/js/pages/import_orphans.js /assets/js/app.js modify: $(this).parents('tr').find('td .select_file_checkbox').prop('checked', true); $("#import_orphans").submit(); to: $(this).parents('tr').find('td .select_file_checkbox').prop('checked', true); $("#action").val("import"); // force import action in select menu $("#import_orphans").submit(); For the "Proceed" button a...

QUESTION: Is it a good idea to name a select element "action" while it is a "reserved" word for the Tag?

FYI - I had a similar problem after upgrade to 1605 and the reason was that not allthe requirements for modules were met. Make sure all the required modules are...