Jump to content

Claus

Members
  • Posts

    94
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Denmark

Recent Profile Visitors

2,745 profile views

Claus's Achievements

Sr. Member

Sr. Member (5/6)

26

Reputation

2

Community Answers

  1. What do I need to delete and remove if I want to remove Padloper and its data entirely? I’m thinking the module and the fields? The templates I suppose I can update? With the help of Claude I managed to get Padloper 1.3.1 uninstalled. It was a bit involved, but I got there in the end. I’ll try my luck in installing PWC now.
  2. Oh it’s mega old – 2017. The site was never deployed, but I’m back to working on it and saw that you open sourced PWC and I thought I might give that a go. Can I instead manually remove Padloper and start from scratch with PWC? That would make me feel better knowing that I don’t have some old Padloper stuff laying around. These are the PayPal files I have in the `includes` dir.
  3. Just tried to upgrade my very old Padloper installation. I get this error when the `ProcessWireCommerce` folder i in the `modules` folder and I hit Modules > Refresh. Warning: require(ProcessWire/PaymentPaypal.php): Failed to open stream: No such file or directory in /yadayada/site/modules/ProcessWireCommerce/vendor/autoload.php on line 49 Well well… Fatal Error: Uncaught Error: Failed opening required 'ProcessWire/PaymentPaypal.php' (include_path='.:/Applications/MAMP/bin/php/php8.3.14/lib/php') in site/modules/ProcessWireCommerce/vendor/autoload.php:49 #0 [internal function]: ProcessWireCommerce\autoload_paypal_stripe('\Pay...') #1 wire/core/ModulesFiles.php (271): ReflectionClass->__construct('\\\Pa...') #2 wire/core/Modules.php (2276): ModulesFiles->getModuleFile('PaymentPaypal', Array) #3 wire/core/ModulesInfo.php (1128): Modules->getModuleFile('PaymentPaypal', Array) #4 wire/core/Modules.php (1953): ModulesInfo->clearModuleInfoCache(true) #5 wire/core/Wire.php (416): Modules->___refresh(true) #6 wire/core/WireHooks.php (998): Wire->_callMethod('___refresh', Array) #7 wire/core/Wire.php (484): WireHooks->runHooks(Object(Modules), 'refresh', Array) #8 wire/modules/Process/ProcessModule/ProcessModule.module (389): Wire->__call('refresh', Array) #9 wire/core/Wire.php (413): ProcessModule->___execute() #10 wire/core/WireHooks.php (998): Wire->_callMethod('___execute', Array) #11 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessModule), 'execute', Array) #12 wire/core/ProcessController.php (361): Wire->__call('execute', Array) #13 wire/core/Wire.php (413): ProcessController->___execute() #14 wire/core/WireHooks.php (998): Wire->_callMethod('___execute', Array) #15 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessController), 'execute', Array) #16 wire/core/admin.php (174): Wire->__call('execute', Array) #17 wire/modules/AdminTheme/AdminThemeUikit/controller.php (15): require('/Users/claus/Gi...') #18 site/templates/admin.php (15): require('/Users/claus/Gi...') #19 wire/core/TemplateFile.php (328): require('/Users/claus/Gi...') #20 wire/core/Wire.php (413): TemplateFile->___render() #21 wire/core/WireHooks.php (998): Wire->_callMethod('___render', Array) #22 wire/core/Wire.php (484): WireHooks->runHooks(Object(TemplateFile), 'render', Array) #23 wire/modules/PageRender.module (581): Wire->__call('render', Array) #24 wire/core/Wire.php (416): PageRender->___renderPage(Object(HookEvent)) #25 wire/core/WireHooks.php (998): Wire->_callMethod('___renderPage', Array) #26 wire/core/Wire.php (484): WireHooks->runHooks(Object(PageRender), 'renderPage', Array) #27 wire/core/WireHooks.php (1099): Wire->__call('renderPage', Array) #28 wire/core/Wire.php (484): WireHooks->runHooks(Object(Page), 'render', Array) #29 wire/modules/Process/ProcessPageView.module (193): Wire->__call('render', Array) #30 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage(Object(Page), Object(PagesRequest)) #31 wire/core/Wire.php (416): ProcessPageView->___execute(true) #32 wire/core/WireHooks.php (998): Wire->_callMethod('___execute', Array) #33 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessPageView), 'execute', Array) #34 index.php (55): Wire->__call('execute', Array) #35 {main} thrown (line 49 of site/modules/ProcessWireCommerce/vendor/autoload.php) This error message was shown because: you are logged in as a Superuser. Error has been logged.
  4. Newest version: Version 18.5 (20621.2.5.11.8)
  5. Here is another little issue. When you show the images then the `Description…` text is dark blue on the black background. When you place the cursor in the field the text turn white.
  6. I just tried to login using Chrome and Firefox and these works as expected. The issue is with Safari. I also tried to login using Safari in a Private session to avoid caching issues but got the same result. Safari again, urg.
  7. I can see an iframe and its CSS. Does this look familiar/correct?
  8. I have the TinyMCE editor text area in black text on white background despite having set dark mode. I see from the blog announcement that the screenshot there is correctly white text on black background in dark mode. Do I have to set a dark-mode specifically for TinyMCE somewhere? (Also I had to remove my old customised CKEditor so *perhaps* that has left some crud causing this… perhaps…)
  9. Hi Jürgen! Thank you for fixing this so quickly. Indeed I was logged in while testing, and this caused the email field to be populated with the email address that happens to also be the recipient address. In the logged out state it is not populated as expected 😉 Now I can test with eg. a Gmail address (as sender address), but then I get this error message Email is not a valid email address, because an active DNS record could not be found. Any idea what that is about? I’m running in on a local machine using WireMailSmtp, and I can successfully send test mails from the config page of WireMailSmtp using the same email addresses.
  10. When I entered an email in the config I got this: Aw shucks… Fatal Error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, null given in site/modules/FrontendContact/FrontendContact.module:345 #0 site/modules/FrontendContact/FrontendContact.module (345): explode('_', NULL) #1 wire/core/Wire.php (416): FrontendContact->checkForFrontendContactEmailField(Object(HookEvent)) #2 wire/core/WireHooks.php (1102): Wire->_callMethod('checkForFronten...', Array) #3 wire/core/Wire.php (484): WireHooks->runHooks(Object(InputfieldEmail), 'processInput', Array) #4 wire/modules/Inputfield/InputfieldForm.module (385): Wire->__call('processInput', Array) #5 wire/modules/Inputfield/InputfieldForm.module (244): InputfieldForm->processInputShowIf(Object(WireInputData), Array) #6 wire/core/Wire.php (416): InputfieldForm->___processInput(Object(WireInputData)) #7 wire/core/WireHooks.php (998): Wire->_callMethod('___processInput', Array) #8 wire/core/Wire.php (484): WireHooks->runHooks(Object(InputfieldForm), 'processInput', Array) #9 wire/modules/Process/ProcessModule/ProcessModule.module (1809): Wire->__call('processInput', Array) #10 wire/modules/Process/ProcessModule/ProcessModule.module (1435): ProcessModule->renderEdit('FrontendContact', Array) #11 wire/core/Wire.php (413): ProcessModule->___executeEdit() #12 wire/core/WireHooks.php (998): Wire->_callMethod('___executeEdit', Array) #13 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessModule), 'executeEdit', Array) #14 wire/core/ProcessController.php (361): Wire->__call('executeEdit', Array) #15 wire/core/Wire.php (413): ProcessController->___execute() #16 wire/core/WireHooks.php (998): Wire->_callMethod('___execute', Array) #17 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessController), 'execute', Array) #18 wire/core/admin.php (174): Wire->__call('execute', Array) #19 wire/modules/AdminTheme/AdminThemeDefault/controller.php (13): require('/Users/claus/Gi...') #20 site/templates/admin.php (15): require('/Users/claus/Gi...') #21 wire/core/TemplateFile.php (328): require('/Users/claus/Gi...') #22 wire/core/Wire.php (413): TemplateFile->___render() #23 wire/core/WireHooks.php (998): Wire->_callMethod('___render', Array) #24 wire/core/Wire.php (484): WireHooks->runHooks(Object(TemplateFile), 'render', Array) #25 wire/modules/PageRender.module (581): Wire->__call('render', Array) #26 wire/core/Wire.php (416): PageRender->___renderPage(Object(HookEvent)) #27 wire/core/WireHooks.php (998): Wire->_callMethod('___renderPage', Array) #28 wire/core/Wire.php (484): WireHooks->runHooks(Object(PageRender), 'renderPage', Array) #29 wire/core/WireHooks.php (1099): Wire->__call('renderPage', Array) #30 wire/core/Wire.php (484): WireHooks->runHooks(Object(Page), 'render', Array) #31 wire/modules/Process/ProcessPageView.module (193): Wire->__call('render', Array) #32 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage(Object(Page), Object(PagesRequest)) #33 wire/core/Wire.php (416): ProcessPageView->___execute(true) #34 wire/core/WireHooks.php (998): Wire->_callMethod('___execute', Array) #35 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessPageView), 'execute', Array) #36 index.php (55): Wire->__call('execute', Array) #37 {main} thrown (line 345 of site/modules/FrontendContact/FrontendContact.module) This error message was shown because: you are logged in as a Superuser. Error has been logged. If I load the site, the email is show, but as the posters email which is not right. The poster/user should enter their own email and the recipient email address I enter in the config should remain hidden from the poster/user. What am I doing wrong?
  11. Okay, automatic option 2 sounds good (I have the whole show on Github so I’m good to go). Just ran it – and was careful to fill in the database information from `config-dev.php` and it worked perfectly! Very nice!
  12. Before I do something wrong, let me just check. If I make a backup from my live site, can I then put that file in my local machine development site (that is identical to the live site but outdated) and have Duplicator update everything automatically?
  13. 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.
  14. Thank you very much! I actually cobbled something together that works ? Thank you very much for your help!
  15. Thank you for the hotfix @flydev It’s working!
×
×
  • Create New...