Jump to content

Claus

Members
  • Posts

    82
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    The Netherlands

Recent Profile Visitors

2,189 profile views

Claus's Achievements

Full Member

Full Member (4/6)

21

Reputation

2

Community Answers

  1. How can I easiest have a `subdomain.domain.com ` with some static HTML in it, without ProcessWire on `domain.com` knowing about it or interfering with it? It worked out of the box, I was just not careful enough with my files.
  2. Thank you very much! I actually cobbled something together that works 😉 Thank you very much for your help!
  3. Thank you for the hotfix @flydev It’s working!
  4. Thank you very much Jürgen. And if I may ask, since I know no PHP, how do I put the submitters name, email, and body into the body of the sent email? In my naïvety I tried $m->body($form->getValue('name', 'email', 'message')); Which just gives me the name.
  5. I’m getting this when I try to go to the Duplicator module: Fatal Error: Uncaught Error: Call to undefined function shell_exec() in site/modules/Duplicator/Duplicator.module:1439 #0 [internal function]: Duplicator::getModuleConfigInputfields(Array) #1 wire/core/Modules.php (4130): call_user_func(Array, Array) #2 wire/core/Wire.php (419): Modules->___getModuleConfigInputfields('Duplicator', Object(InputfieldForm)) #3 wire/core/WireHooks.php (952): Wire->_callMethod('___getModuleCon...', Array) #4 wire/core/Wire.php (484): WireHooks->runHooks(Object(Modules), 'getModuleConfig...', Array) #5 wire/modules/Process/ProcessModule/ProcessModule.module (1680): Wire->__call('getModuleConfig...', Array) #6 wire/modules/Process/ProcessModule/ProcessModule.module (1415): ProcessModule->renderEdit('Duplicator', Array) #7 wire/core/Wire.php (413): ProcessModule->___executeEdit() #8 wire/core/WireHooks.php (952): Wire->_callMethod('___executeEdit', Array) #9 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessModule), 'executeEdit', Array) #10 wire/core/ProcessController.php (350): Wire->__call('executeEdit', Array) #11 wire/core/Wire.php (413): ProcessController->___execute() #12 wire/core/WireHooks.php (952): Wire->_callMethod('___execute', Array) #13 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessController), 'execute', Array) #14 wire/core/admin.php (160): Wire->__call('execute', Array) #15 wire/modules/AdminTheme/AdminThemeDefault/controller.php (13): require('/customers/a/0/...') #16 site/templates/admin.php (15): require('/customers/a/0/...') #17 wire/core/TemplateFile.php (328): require('/customers/a/0/...') #18 wire/core/Wire.php (413): TemplateFile->___render() #19 wire/core/WireHooks.php (952): Wire->_callMethod('___render', Array) #20 wire/core/Wire.php (484): WireHooks->runHooks(Object(TemplateFile), 'render', Array) #21 wire/modules/PageRender.module (575): Wire->__call('render', Array) #22 wire/core/Wire.php (416): PageRender->___renderPage(Object(HookEvent)) #23 wire/core/WireHooks.php (952): Wire->_callMethod('___renderPage', Array) #24 wire/core/Wire.php (484): WireHooks->runHooks(Object(PageRender), 'renderPage', Array) #25 wire/core/WireHooks.php (1060): Wire->__call('renderPage', Array) #26 wire/core/Wire.php (484): WireHooks->runHooks(Object(Page), 'render', Array) #27 wire/modules/Process/ProcessPageView.module (184): Wire->__call('render', Array) #28 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage(Object(Page), Object(PagesRequest)) #29 wire/core/Wire.php (416): ProcessPageView->___execute(true) #30 wire/core/WireHooks.php (952): Wire->_callMethod('___execute', Array) #31 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessPageView), 'execute', Array) #32 index.php (55): Wire->__call('execute', Array) #33 {main} thrown (line 1439 of site/modules/Duplicator/Duplicator.module) This error message was shown because: you are logged in as a Superuser. Error has been logged.
  6. Hi Jürgen I was configuring the module, and after turning asterisks off, I got this: Fatal Error: Uncaught TypeError: Cannot assign string to property FrontendForms\Label::$enableAsterisk of type int in site/modules/FrontendForms/Formelements/Textelements/Label.php:30 #0 site/modules/FrontendForms/Formelements/Inputelements/Inputfields.php (53): FrontendForms\Label->__construct() #1 site/modules/FrontendForms/Formelements/Inputelements/Inputs/Input.php (26): FrontendForms\Inputfields->__construct('captcha') #2 site/modules/FrontendForms/Formelements/Inputelements/Inputs/InputRadioMultiple.php (34): FrontendForms\Input->__construct('captcha') #3 site/modules/FrontendForms/Formelements/Captcha/AbstractImageCaptcha.php (32): FrontendForms\InputRadioMultiple->__construct('captcha') #4 site/modules/FrontendForms/Formelements/Captcha/variants/DefaultImageCaptcha.php (27): FrontendForms\AbstractImageCaptcha->__construct() #5 site/modules/FrontendForms/FrontendForms.module (1686): FrontendForms\DefaultImageCaptcha->__construct() #6 wire/core/Modules.php (4112): FrontendForms->getModuleConfigInputfields(Object(InputfieldWrapper)) #7 wire/core/Wire.php (419): Modules->___getModuleConfigInputfields('FrontendForms', Object(InputfieldForm)) #8 wire/core/WireHooks.php (952): Wire->_callMethod('___getModuleCon...', Array) #9 wire/core/Wire.php (484): WireHooks->runHooks(Object(Modules), 'getModuleConfig...', Array) #10 wire/modules/Process/ProcessModule/ProcessModule.module (1680): Wire->__call('getModuleConfig...', Array) #11 wire/modules/Process/ProcessModule/ProcessModule.module (1415): ProcessModule->renderEdit('FrontendForms', Array) #12 wire/core/Wire.php (413): ProcessModule->___executeEdit() #13 wire/core/WireHooks.php (952): Wire->_callMethod('___executeEdit', Array) #14 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessModule), 'executeEdit', Array) #15 wire/core/ProcessController.php (350): Wire->__call('executeEdit', Array) #16 wire/core/Wire.php (413): ProcessController->___execute() #17 wire/core/WireHooks.php (952): Wire->_callMethod('___execute', Array) #18 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessController), 'execute', Array) #19 wire/core/admin.php (160): Wire->__call('execute', Array) #20 wire/modules/AdminTheme/AdminThemeDefault/controller.php (13): require('/customers/a/0/...') #21 site/templates/admin.php (15): require('/customers/a/0/...') #22 wire/core/TemplateFile.php (328): require('/customers/a/0/...') #23 wire/core/Wire.php (413): TemplateFile->___render() #24 wire/core/WireHooks.php (952): Wire->_callMethod('___render', Array) #25 wire/core/Wire.php (484): WireHooks->runHooks(Object(TemplateFile), 'render', Array) #26 wire/modules/PageRender.module (575): Wire->__call('render', Array) #27 wire/core/Wire.php (416): PageRender->___renderPage(Object(HookEvent)) #28 wire/core/WireHooks.php (952): Wire->_callMethod('___renderPage', Array) #29 wire/core/Wire.php (484): WireHooks->runHooks(Object(PageRender), 'renderPage', Array) #30 wire/core/WireHooks.php (1060): Wire->__call('renderPage', Array) #31 wire/core/Wire.php (484): WireHooks->runHooks(Object(Page), 'render', Array) #32 wire/modules/Process/ProcessPageView.module (184): Wire->__call('render', Array) #33 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage(Object(Page), Object(PagesRequest)) #34 wire/core/Wire.php (416): ProcessPageView->___execute(true) #35 wire/core/WireHooks.php (952): Wire->_callMethod('___execute', Array) #36 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessPageView), 'execute', Array) #37 index.php (55): Wire->__call('execute', Array) #38 {main} thrown (line 30 of site/modules/FrontendForms/Formelements/Textelements/Label.php) This error message was shown because: you are logged in as a Superuser. Error has been logged. … and I can no longer edit the module settings. What do I do?
  7. Allow me to answer myself. Very sneakily the hidden `Advanced SMTP` had the `Authentication Mechanism` set to `password`. Removing this solved the issue.
  8. I just upgraded from 0.60 to 0.63, and now I’m getting the following error: ["ERRORS"] array(1) { [0] string(126) "authenticated mechanism password may not be used: it was not requested any of the authentication mechanisms that are supported" } } array(1) { ["DEBUGLOG"] string(811) " Resolving SMTP server domain "mailout.one.com"... Connecting to SMTP server "mailout.one.com" port 587... Connected to SMTP server "mailout.one.com". S 220 mailout2 ESMTP C EHLO mysite.local S 250-mailout2 S 250-PIPELINING S 250-CHUNKING S 250-SIZE 104857600 S 250-STARTTLS S 250-AUTH LOGIN PLAIN S 250-ENHANCEDSTATUSCODES S 250 8BITMIME C STARTTLS S 220 2.0.0 Ready to start TLS Starting TLS cryptographic protocol TLS started: STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT C EHLO forthehearts.local S 250-mailout2 S 250-PIPELINING S 250-CHUNKING S 250-SIZE 104857600 S 250-AUTH LOGIN PLAIN S 250-ENHANCEDSTATUSCODES S 250 8BITMIME " } And this is what my provider lists as the settings it likes Outgoing server: mailout.one.com Port and encryption: - 587 with STARTTLS (recommended) - 465 with TLS - 25 with STARTTLS or none Authentication: your email address and password I have it set up using 587, START-TLS and STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT Any ideas? Fixed – see below.
  9. Awesome, thank you! I am getting ‘Error reported by web service: That module is not currently tracked by the modules directory’ when I try to update the status in ‘processwire/module/edit?name=ProcessDuplicator’ I was not in the correct module… sorry.
  10. Aha / bingo from running <?php phpinfo(); ?> on PHP 8.0.16: disable_functions disk_total_space, diskfreespace, exec, system, popen, proc_open, proc_nice, shell_exec, passthru, dl
  11. I have changed my PHP version from 7.x to 8.1. The changeover will take 10 mins, and I’ll report back if the output changes. (Please see my above post – I edited it.)
  12. Alright, it worked, and it returns nothing. The hosting provider is One.com I found a way to enable PHP debug in the One.com interface, and now I get: Fatal error: Uncaught Error: Call to undefined function disk_total_space() in /customers/a/0/5/website.com/httpd.www/test_disk.php:1 Stack trace: #0 {main} thrown in /customers/a/0/5/website.com/httpd.www/test_disk.php on line 1
  13. I don’t think I can(?) The server is my ‘production’ server, and is using the PW .htaccess to deny such things. If you have an idea on how to do it please let me know!
  14. Just installed this module on the DEV version. But my hosting didn’t like it: Fatal Error: Uncaught Error: Call to undefined function disk_total_space() in site/modules/Duplicator/Duplicator.module:1135 #0 site/modules/Duplicator/Duplicator.module (1230): Duplicator::getLocalFolderInfo() #1 [internal function]: Duplicator::getModuleConfigInputfields(Array) #2 wire/core/Modules.php (4110): call_user_func(Array, Array) #3 wire/core/Wire.php (420): Modules->___getModuleConfigInputfields('Duplicator', Object(InputfieldForm)) #4 wire/core/WireHooks.php (951): Wire->_callMethod('___getModuleCon...', Array) #5 wire/core/Wire.php (485): WireHooks->runHooks(Object(Modules), 'getModuleConfig...', Array) #6 wire/modules/Process/ProcessModule/ProcessModule.module (1665): Wire->__call('getModuleConfig...', Array) #7 wire/modules/Process/ProcessModule/ProcessModule.module (1399): ProcessModule->renderEdit('Duplicator', Array) #8 wire/core/Wire.php (414): ProcessModule->___executeEdit() #9 wire/core/WireHooks.php (951): Wire->_callMethod('___executeEdit', Array) #10 wire/core/Wire.php (485): WireHooks->runHooks(Object(ProcessModule), 'executeEdit', Array) #11 wire/core/ProcessController.php (337): Wire->__call('executeEdit', Array) #12 wire/core/Wire.php (414): ProcessController->___execute() #13 wire/core/WireHooks.php (951): Wire->_callMethod('___execute', Array) #14 wire/core/Wire.php (485): WireHooks->runHooks(Object(ProcessController), 'execute', Array) #15 wire/core/admin.php (160): Wire->__call('execute', Array) #16 wire/modules/AdminTheme/AdminThemeDefault/controller.php (13): require('/customers/a/0/...') #17 site/templates/admin.php (15): require('/customers/a/0/...') #18 wire/core/TemplateFile.php (327): require('/customers/a/0/...') #19 wire/core/Wire.php (414): TemplateFile->___render() #20 wire/core/WireHooks.php (951): Wire->_callMethod('___render', Array) #21 wire/core/Wire.php (485): WireHooks->runHooks(Object(TemplateFile), 'render', Array) #22 wire/modules/PageRender.module (575): Wire->__call('render', Array) #23 wire/core/Wire.php (417): PageRender->___renderPage(Object(HookEvent)) #24 wire/core/WireHooks.php (951): Wire->_callMethod('___renderPage', Array) #25 wire/core/Wire.php (485): WireHooks->runHooks(Object(PageRender), 'renderPage', Array) #26 wire/core/WireHooks.php (1059): Wire->__call('renderPage', Array) #27 wire/core/Wire.php (485): WireHooks->runHooks(Object(Page), 'render', Array) #28 wire/modules/Process/ProcessPageView.module (184): Wire->__call('render', Array) #29 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage(Object(Page), Object(PagesRequest)) #30 wire/core/Wire.php (417): ProcessPageView->___execute(true) #31 wire/core/WireHooks.php (951): Wire->_callMethod('___execute', Array) #32 wire/core/Wire.php (485): WireHooks->runHooks(Object(ProcessPageView), 'execute', Array) #33 index.php (55): Wire->__call('execute', Array) #34 {main} thrown (line 1135 of site/modules/Duplicator/Duplicator.module) This error message was shown because: you are logged in as a Superuser. Error has been logged.
×
×
  • Create New...