Jump to content

wbmnfktr

Members
  • Posts

    2,236
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by wbmnfktr

  1. That's a weird error. Can you login into the backend? If so... clear all compiled module files. Another option could be disabling the module itself. Sharing your screen could help. Sadly I don't use Skype or Teamviewer. Do you have full access to your site via FTP?
  2. If you are using Mailchimp... there are at least 2 modules that could handle that. If you have FormBuilder... you could use it as well to submit entries to 3rd parties, such as Mailchimp.
  3. ProcessWire 3.0.123 and PHP 7.2 play really nice together out of the box. An update or upgrade of ProcessWire therefore isn't needed actually. The downtime you experience might be another issue... either cached pages, a bunch of cached compiled files and modules... are there any errors in the frontend or in the logs (Setup > Logs) you could share with us? Is only the frontend or even the backend/admin area affected by those issues? Or maybe even better a link to your site. Oh... welcome to the best community in the world. ?
  4. Sorry @alexmercenary I somehow missed your question. There is no hook or option in the module itself for this. You could somehow set an individual class to the body tag on certain pages and hide the whole banner with CSS. body.noCookies #cookie-manager { display: none !important; } /* OR */ body.page-1234 #cookie-manager { display: none !important; } /* OR */ body.tpl-basic-page #cookie-manager { display: none !important; }
  5. The comments below are GOLD! Nonetheless... there are two more reviews on that site - which are 5 and 4.5 star reviews: https://www.g2.com/products/processwire/reviews#reviews
  6. Sad to say but I have not that much time to test this the next few days... so I have to ask: How nice does StaticWire play with ProCache? Will I export the ProCached-version of my pages - including compiled CSS and JS, minified HTML?
  7. I guess you followed your instructions so... I'm quite clueless as well. I just stumbled across this: https://stackoverflow.com/a/26336358 - maybe it helps to check if it actually works at all.
  8. Straight from the ProcessWire .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{SERVER_ADDR} !=127.0.0.1 RewriteCond %{SERVER_ADDR} !=::1 RewriteRule ^ %{ENV:PROTO}://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] That should work right away... are you using a real hosting account or something like Github pages or Netlify?
  9. Hi @gebeer, you are right - there is no detailed opt-in like Borlabs or Klaro have by now. I played with something like that in an experimental version of that plugin but it's far from ready to use - maybe a proof-of-concept maybe even less. For the time being I use the manage/opt-in/consent solution to let the user opt-in to allow cookies/scripts/trackers. They are all listed on the privacy page. Until the visitor gives its ok, I block everything - or better to say: I don't load anything until that point. if (localStorage.getItem('pwcmbAllowCookies') === 'y') { // load Google Analytics // load Matomo // load whatever } I have to add the detail that most of my clients don't use Google Analytics and weird tracking/post-view trackers anymore. They never looked into their analytics before and drop them now. They get their metrics from Google My Business, Bing Webmaster and in most cases that's all they need. Fair enough.
  10. Short note for all those who use this module. In a fresh install of ProcessWire 3.0.148 this module (yes, it's only officially support until 2.7 - but still) stopped working properly. Settings like skipping existing pages/entries will be ignored and the import into date fields is not possible at all. Last working environment I can confirm is ProcessWire 3.0.133.
  11. That as well. I fixed that later on. Somehow I broke the entire setup at different parts now - beside the issue mentioned above - and plan a complete rebuild. But that's fine actually as it was more or less a playground.
  12. To keep you all in the mood...
  13. How could it be... it was silly me. There was actually a hook in a module that caused this issue(s). Or to be precise: the function caused it. Function that causes issues: public function getTotalRating($event) { $page = $event->arguments[0]; if($page->template->name = "mediaSeries") { // logic here } } Function that doesn't cause issues: public function getTotalRating($event) { $page = $event->arguments[0]; if($page->template = "mediaSeries") { // logic here } } Checking the template name wasn't a good idea.
  14. Upgraded manually to 3.0.148 but still the alert shows up and the module can't be installed. Moving form-builder shows an alert everytime I change its position in the page tree - as well.
  15. Today... after a short break over the holidays I started to work on a project again. I created templates, fields, and various other stuff... but once in a while there was a short alert after saving/changing things. I didn't pay much or any attention to it as it's common to see some alerts while changing, bending and breaking a system while setting up everything. But now... these alerts start to pop up everywhere. Tried to move the form-builder page in the page tree, tried to change a template, tried to install a module... in almost all cases of doing anything this alert shows up: ... has the system flag and you may not change its 'id' or 'name' fields. Right now I'm running: ProcessWire 3.0.147 PHP 7.4.1 (I know this is bleeding edge - but still). OS: Linux (Manjaro) DB: MariaDB Profile: Multilanguage www-user: $user I wanted to install the PW Upgrade module via Autocomplete Module Class Name and manually but I can't as it always ends in the shown (screenshot) result above. Anyone an idea why this shows up (now)? The PHP 7.4.1 is running here for quite some time now (or at least there was no update in the last 2 weeks) and other instances didn't show the alert at all. Read/write permissions are fine. No hooks, no weird modules, user roles or anything by now are implemented. Glicht? Hiccup? User-Machine-Disharmony?
  16. Yes, I was referring to them. Back in the days when I used it, their project started to look unmaintained and kind of outdated. That was years(!) ago so it doesn't really matter anymore. But still... I was pleasantly surprised.
  17. That's weird. Clear all cached files - website cache and the compiled files. There must have been a change somewhere, maybe in a main settings of whatever. As @flydev says... enable that option and while you are doing this check the modified date of your files and folders within your web root.
  18. Which version of ProcessWire are you running? Did you an upgrade recently? What PHP version is running?
  19. Didn't know they were still alive. Used it once or twice with pretty good results back then.
  20. Is it me... or... I don't get it.
  21. This forum here is powered by https://www.invisioncommunity.com/ - it's a paid solution. You could (technically) build something like a forum with ProcessWire itself but there is no real ready-made module/solution for that. All parts you would need are out there but at the same time it may end in a lot of work. Depending on what you really need and want, you might want to look for a real forum solution. Back in the day https://www.phpbb.com/ was kind of the best solution or at least it was easy to maintain. There are probably way more, maybe even better solutions out there. Yet I don't know any of them.
  22. Well... I had to buy myself something to play with. Thank you @ryan for LoginRegisterPro!
  23. How do you like this forum? https://invisioncommunity.com/
  24. I will take a look at their repo next year. Maybe there is/was something. I did actually. I couldn't find anything related to that issue. It happens on processwire.com, the Aaron Copland site and even with my default UIKIT test sites I run locally. At first I thought about an issue with my Brave installation (from Arch Linux AUR) but it happens on other machines, too - all linux as their is no Windows or OSX/macOS device with me right now. I have to dig deeper into it as it's something that annoys me a lot and I need/want/have to use UIKIT in an upcoming project.
×
×
  • Create New...