-
Posts
2,228 -
Joined
-
Last visited
-
Days Won
58
Everything posted by wbmnfktr
-
Was a fan of 1Password. Moved away to LastPass. Never got comfortable with KeePass.
-
-
Is it maybe necessary to enable UTF8 page names first? https://processwire.com/blog/posts/page-name-charset-utf8/
-
Just some ideas, thoughts and questions... How old is that installation? Is your account an Administrator or user account? Are there background update processes (downloading, clean up) running? Does Windows built its file index right now? How about disk read/write performance in task manager? Is that higher than expected? Where is your Laragon folder located? C:\laragon for example? Is that folder set to "compress" or how it is called to save disk space? Is Windows Defender or any other AntiVirus slowing down file access due to real-time-file-monitoring? Can you disable AV and test performance? Are there IIS/database services running and listening on the same ports? Does it make any difference if you enable/disable laragon autostart? Does it make any difference if you disconnect from the internet? Is there a difference if you run Laragon as Administrator? Are there other host entries or tools like XAMP interfere? Do you use another domain ending than .test? Do you use or are you running a VPN? I know this is not really helpful but maybe there is something in it than can help you to sort out the issue.
-
My laragon is... fast. Faster than DreamHost shared hosting, slower than webgo shared hosting but I'm fine. My realpath_cache_size is somewhere at 128MB but higher than 64MB isn't a benefit at all. At least not on my setup. My previous setup (Lenovo X1 Carbon, i7, 8GB RAM, SSD) was faster than my current setup (Surface Pro 2018. i5, 8GB RAM, SSD) but after some tweaks (SSD driver update, reducing autostart apps) there is almost no difference anymore. At least while developing. MySQL is running fine in version 5.7.19 - but it's a version I got from the forums and not from the official download page. Don't know if there is a real difference anymore. What's your current setup? P.S.: The need for sleep is only a lack of coffee. ?
-
Those two are indeed missing. I guess @ryan is testing us. ?
-
Re-use the field multiple times in Single Page Template
wbmnfktr replied to JeevanisM's topic in Getting Started
-
-
But in contrast to some modern fancy buzzword JS-framework developers out there you are still able to build websites that work. Take those developers their frameworks and you end up with nothing. Had this experience a few times by now and it's frustrating.
-
Just in case and in order to complete the list of possible ways and solutions. And this comment by @szabesz to even more possible solutions:
-
Check your server configuration. No matter which tool I use or what page I check your site always tries to redirect the visitor to the URL that's already loading.
-
Page Hit Counter – Simple Page View Tracking
wbmnfktr replied to David Karich's topic in Modules/Plugins
Found another thing... My 404 page has the same template as most of my other pages as it's kind of a page builder. Trying to reset the page count for that template the 404 page still has it counts while other's dont. Trying to be clever and looking up the ID of that page (27) in order to reset the view count an error message shows up. SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND `data` > 0' at line 1- 111 replies
-
- hitcounter
- tracking
- (and 4 more)
-
Page Hit Counter – Simple Page View Tracking
wbmnfktr replied to David Karich's topic in Modules/Plugins
Just spotted a curiosity in my Jumplinks 404 log... .. and found out it's from here PageHitCounter.min.js. "use strict";(window.PHC=window.PHC||{}).t=function(){try{var e=document.getElementsByTagName("BODY")[0],t=parseInt(e.getAttribute("data-phc"));if(!isNaN(t)){var n=new XMLHttpRequest;n.open("POST",location.pathname.replace(/\/?$/,'/')+"phcv1",!0),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.send(encodeURI("pid="+t))}}catch(e){}},PHC.t(); Did I missed that before or is this not working as intended?- 111 replies
-
- hitcounter
- tracking
- (and 4 more)
-
[SOLVED] Default Multi-language Install Not Working
wbmnfktr replied to happywire's topic in Getting Started
Looking at your Devilbox config NGINX seems to be the problem. Or at least was the problem. As far as I know it's not supported - but others are using it (with custom configs). PHP 7.2 is working perfectly - at least from what I can tell. Regarding MySQL I personally use the 5.6 version(s). Oh... and regarding ProcessWire... it gets better and better the longer you use and play around with it. ? -
Extra Allowed Content | CKEditor strips i tag and classes
wbmnfktr replied to electricarts's topic in General Support
@bartelsmedia in your case HannaCode could be an option. -
In my testing project there is no need to do anything right now. But I plan to test it on a more established site in the near future and in that case I will replace everything manually as I redo the SEO stuff then as well.
-
Wow... good to see there is someone else who needs this as well. My personal preference would be: right in the meta group after keywords. By now I think creating a new group seems to be kind of an overhead. We could argue about semantics and meanings but having this option almost above the fold seems to be a much nicer user experience.
-
If you @Melvin Suter or everyone else wants to play around with a recipe site profile: https://github.com/webmanufaktur/pwrecipes It's by far not complete or a ready-made website but it shows some things I mentioned in first anwer here.
-
Repeaters are kind of awesome. https://modules.processwire.com/modules/fieldtype-repeater/ You have to install repeater and select options (maybe even page reference - I'm not sure about them) first in order to use them. You will find them under /youradminurl/module/ (Core tab) - look for repeater, select options and page reference.
-
Allow creating new pages from page reference field and ingredients aren't a thing anymore. Add autosuggest and everything is fine. I actually imported lots of ingredients before. So authors typed bro... and they got broccoli already. Less typos. Perfect. I clean up once in a while but that's a matter of minutes now.
-
WireMailSmtp ERROR: SMTP settings did not work.
wbmnfktr replied to mrkhan's topic in General Support
I use WireMailSmtp successfully with the following services/webhosting providers: Gmail (@gmail.com) Google for Domains (Google Apps) Yandex for Domains Outlook.com (Freemail) Strato (Webhosting, DE) 1&1 (Webhosting, DE) Checkdomain (Webhosting, DE) webgo (Webhosting, DE) Dreamhost (Webhosting, US) A2hosting (Webhosting, US) -
Great work @Wanze! Haven't had the chance to deploy it on a client's project but I gave it a test-drive within an experiment I prepare right now and I really like it. Everything worked as expected as far as I can tell by now and I should be able to replace my previous set of fields with this module but there is one thing I miss.(One tiny thing I miss in every SEO module/plugin I used in the past.) Custom canonical URL I need the option to change the canonical URL of a page. I could use the module and a custom field for that. Problem solved. I don't know if anyone else ever had the need to change it but I didn't want to miss the opportunity to give this as a kind of feedback - and not as a kind of feature request.
-
Correct. Ingredient database and therefore filters/presets.