
Peter Knight
Members-
Posts
1,381 -
Joined
-
Last visited
-
Days Won
5
Everything posted by Peter Knight
-
Hi all My .htaccess file is correctly redirecting all requests to https:// www. That's great until I want to work locally. I thought I had seen a blog post by Ryan where there was a new config setting to ignore both of these if working from localhost? I can't find it now so wondering if I was imagining ?
-
Thanks. This works perfect in PW V3. Thanks @Philipp for making it too ?
-
If an image is added to a site via the rich text field, do we have a way to apply a custom wrapper or mini template to it? IE I want to apply some markup srcset to some user added images. I can only seem to achieve this when the image markup is in the template itself. https://github.com/rolandtoth/MarkupSrcSet/wiki I can probably achieve this with RepeaterMatrix and by creating a specific Images field (and images template) but outside of that ? Thanks
-
They ended up using SugarCRM as the cost of HubSpot was too expensive. But they never used the SugarCRM API (if there is one) so it was just a stand alone service with no real website integration. Sure, the webforms went into their SugarCRM database but it was a PITA and client regretted using SugarCRM too. The UX/UI was pretty poor.
-
Probably due to some plug in they believe they need. My own client never signed up to HubSpot in the end.
-
Hi One of my clients says that they created a new news item and that subsequently all their previous news items disappeared (front end and back-end) The first thing I usually do here is to 1. check the backend and see if they mistakenly set the wrong template on a folder 2. check the Trash folder for any deleted items 3. search the entire PW backend for stray news items in the folders they should not be in In all three instances I cannot find any evidence of these news items on their live server. Any tips on where I might be failing to look? Unfortunately, I don't have any type of activity / changes log module installed. On a side note, a backup I have from last week has the full list of news items pages. Ultimately I can just restore this but I'd prefer to do a little digging first. Thanks
-
Fair enough. Thanks ?
-
Thanks Adrian. When installed, does this version inherit the existing settings etc?
-
Cheers BitPoet. That worked. Is there a similar fix for the next error that appears?
-
I'm getting the following error. Having posted it in the GitHub I realise I should post it here instead. Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/domain.com/httpdocs/site/assets/cache/FileCompiler/site/modules/MarkupSEO/MarkupSEO.module on line 245 I know MarkupSEO is an old and relatively discontinued Module these days but was hoping to fix by upgrading both PHP and PW to latter versions. I am now running ProcessWire 3.0.148 © 2020 and PHP 7.3.13 Issue persists.
-
I'm using Amazon CloudFront for the first time and have everything setup properly (almost). When I run my URL through a GTMetrix speed test, I repeatedly get a 'Minimise redirects' advisory notice. Below is just a sample of the results. It looks like my /site/ assets are successfully delivered via the CDN URL but are then are redirected back to the source css/img/js on my server. Obviously that defeats the purpose of a CDN ? Any ideas on what might be the cause of this? My .htaccess file is the default one supplied with Processwire and I'm running ProCache v3.1.8 ProcessWire 3.0.148 © 2020 Have also attached a screen grab of the Cloudfront setup: BTW happy to DM the actual URL to interested parties. Just can't add it here.
-
Just a general lack of support out of the box as @jacmaes mentioned.
-
Is anyone here using WEBP as their output image format and what is your server / environment setup? I know there's support for it in PW lately and decided to investigate. Found it quite difficult to do this on a practical level. IE My current VPS is Cent OS 6 and Plesk and unless I'm wrong, WEBP is not supported by either. Which host and setup are you on that allows you to run WebP? Cheers
-
How do you guys handle large session tables when sessions are being recorded to the database? I notice one of my sites has a session table of over 14MB Am I missing a way in the Admin or a module to auto-remove any sessions older than X days? Thanks
-
That's the Module I'm looking at Dragan. Nothing there about auto-locking. Some good options regarding timings etc but no auto-lock. I was sure I was locked out of an install recently when I failed a login 3+ times.
-
Is the ability to auto-lock a user account after X failed logins part of the Core? Session Login Throttle seems to have settings for timings etc but none where I can set the max to 2 or 3 etc Thanks
-
Are you using an SMTP service to send emails through? IE PostmarkApp, MailGun, SendinGrid etc
-
FormBuilder - send tests to test admins
Peter Knight replied to Peter Knight's topic in General Support
Thanks @dragan. Nice idea re. checking via user role. The forms generate a significant amount of web leads and are under heavy usage. Typically any enquiry needs to successfully route through all of the following which all need to be working perfectly 1. the website itself and the form 2. any SMTP configuration module 3. Our SMTP mail delivery service 4. Client's end email address We had an incident recently whereby the SMTP mail delivery service had a bounce from a client email address due to an IT outage. It then incorrectly flagged an organisation as inactive and stopped sending all future leads. The represents wasted leads but also wastage of AdWords budget etc. So essentially it's an SLA thing for reassurance to make sure everything is working. -
I have a few web forms which require testing on a weekly basis and I don't want the recipients (administrators) to receive these test emails. What would be a good way to test approx 15 forms from the front end and have the test delivered a list of secondary administrator recipients? I'm thinking that I could have some kind of config file which watches for a trigger word or email and then understands that it's a test and to bypass the normal admins? All of the forms ask for an email address so I could setup an email such as 'testform@email.not' etc which my config file (hook?) would watch for. Or is there a better way to do this? Additionally, I have a few extra requirements... Forms should goto an alternative success page. This is because I don't want my test to skew my Google Analytics conversion tracking Forms would need to be tested from the front-end and not the PW admin area Any advice appreciated. BTW I realise this should be posted in the proper FormBuilder support forum. I am in the process of renewing my license for access to that support forum.
-
Finally got around to playing with UIKIT: it's great but ...
Peter Knight replied to OrganizedFellow's topic in Dev Talk
Keep an eye on the Changelog page too. I find they regularly introduce nice additions to the framework. -
Working for me now with no changes other than a restart of Mamp Pro. Might be unrelated.
-
No joy for me on any version of PHP (7.2.1, 7.1.31, 7.0.33 or previous) I'll reboot, clear caches and try again tomorrow. Interestingly I also cannot download any new versions of PHP ?
-
Thanks Szabesz
-
Hi I'm developing a site locally and noticed my Upgrades screen is blank. I've tracked down the error to the following I can't see any setting in MAMP 5.5 Mac to only allow / disallow HTTPS etc Wondering if anyone had come experienced similar. Never had this issue before. Thanks
-
Ok my feedback is mainly just UX/UI 1. I love the cards layout and how much info is presented. It's informative without being crowded. I think a list view is also needed too and a user should be able to flick between two. Particularly when viewing modules with an update, I want to quickly scan down a compact list and see what might require an update. 2. On the filters for 'Show only installed', 'Show only uninstalled', 'Show only updateable, 'Show most recommended', 'Picked', I wonder if these could be a little more compact and less wordy. IE a simple dropdown with a title of Display and then 4 shorter options of Installed Uninstalled Updatable Most recommended Picked Happy to do a quick mockup/wireframe if that's any use to you. 3. Will 'Show only uninstalled' display modules I have installed and subsequently uninstalled or display everything that's not installed? Might be a better label for this?