ejm
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] please fix .htaccess file in wpcf7_uploadsThank you for you reply, jasonabmw.
Only really knowing enough about coding to get myself in trouble, to make it so that my colleague could once again access webmail, this is what I manually changed the coding to look like in /wp-content/uploads/wpcf7_uploads/.htaccess:
# Deny from all # ll change.... re: https://linux.101hacks.com/unix/client-denied-by-server-configuration/ Require all deniedWill the following work as well?
<IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule>I am hesitant change it and perhaps break my colleague’s access to webmail again….
Forum: Plugins
In reply to: [Contact Form 7] please fix .htaccess file in wpcf7_uploadsI think you may be mistaken. My colleague was unable to access webmail (he kept getting a message that his password and email were invalid) until I changed
Deny from alltoRequire all deniedin the .htaccess file located in the wpcf7_uploads folder. As soon as this was changed, he was finally able to access his email via webmail.resources:
- https://support.cpanel.net/hc/en-us/articles/360051768554-Troubleshooting-the-client-denied-by-server-configuration-error-
- https://linux.101hacks.com/unix/client-denied-by-server-configuration/
Therefore, please remove the ancient Apache directive. There is strong evidence that the “backwards compatibility” is causing cPanel’s webmail operation to break.
Thank you.
Forum: Plugins
In reply to: [Stop Spammers Classic] arithmetic questionThank you, Bryan!
Forum: Requests and Feedback
In reply to: Is 5.5 simply a cosmetic release?One thing that is important, as you mention security, is that we only officially support the latest major release (that would be version 5.5 at this point) [-Marius]
If there was a security fix in a major release, it would be sent out in a minor for all the other versions (back to 3.7), but that didn’t happen. […]
There’s no way for all of our tests to find the problems […] there’s no way to judge that it’s bug-free unless it’s released.
[-Joy]In that case, it would be helpful to include a note on the major release that it does NOT contain security fixes. Not everyone is able (or willing) to act as guinea pigs to deal with the inevitable bugs of yet another brand new version.
The WP security plugin I have keeps reporting that it is essential to update to the latest version. I understand that I can (probably) safely ignore that report, and wait for the 5.5.1 fix. But how many less capable WP users know it’s safe to wait?
Again. If it ain’t broke….
Suggestion for all WP developers: Please make it very clear on the announcement of the major release, state the fact that updating to the latest Jazz icon is not required for security reasons and is simply a swishy new design.
Forum: Requests and Feedback
In reply to: Is 5.5 simply a cosmetic release?Re:
I never update to a major release when it comes out. I wait for the next minor release, that will have all the fixes. Major releases usually don’t have security fixes either, since those happen as soon as they are ready, and don’t wait for the schedule.
That has generally been my habit too, Joy. However, judging from Marius L. J.’s reply, this release DOES include security fixes. Or perhaps I’m misreading his reply above.
However, your habit of waiting for the first minor release after the scheduled major release indicates that the releases do indeed come out prematurely. Don’t get me wrong. I do appreciate that people are working very hard to keep WP updated. I really do.
Forum: Requests and Feedback
In reply to: Is 5.5 simply a cosmetic release?Thank you for your reply, Marius;
If this is the case, then it would be a good idea to state something along the lines of “as always, this release includes security updates”.
However, it has been my experience that with the annual scheduled regular releases, there are almost invariably glaring errors that become apparent within a few days. Is it possible that the releases are done prematurely, simply because there is a perception that they must appear like clockwork?
I do appreciate that people have been working hard to improve things. However, judging from content of the 5.5 threads in the forums, it seems that all is not entirely rosy with the 5.5 release dedicated to Billy Ekstine.
Therefore, next August, it would be a pleasant surprise to see a notice stating with regret that the much anticipated annual release dedicated to another Jazz legend has had to be postponed because it’s not quite ready for the public. ie: don’t release something new simply because the calendar tells you it’s on the schedule.
E Morris
It occurred to me that it might not be the best idea to use files that are not from WP. I just deactivated and deleted the plugin, then re-uploaded it from the WP site. On activation, I’m relieved to report that everything is now in the zip file, and the plugin works correctly once again.
(Please note that this is not to be construed as a slight against brogr.)
Forum: Requests and Feedback
In reply to: Too many updates could kill WordPress !re:
Unfortunately, no one making the decisions will see your post here.
Considering that this forum is called “Requests and Feedback”, it seems odd that people making decisions won’t see posts here. This is quite disheartening news. Perhaps it would be advisable to direct the decision makers toward this forum, or at least to make sure they are aware of its existence. Otherwise, change the name to “Requests and Feedback to be Filed Under G”.
I am with ecollart here. Fewer updates unless they are for security reasons, please.
Thank you, brogr!
After being unable to access the WP Media section and seeing the message “There has been a critical error on your website” in my admin area. To assess what was causing the critical error, I had to disable all plugins and then enable them one by one, to learn that it was “Upgrade for Unattach and Re-attach Media Attachments” causing the nightmare.
As a result, it was with great regret that this previously great plugin has now been disabled until the error is fixed.
Thank you both for pointing to the core.trac.wordpress area.
Please note that this phrase appears in several of the WordPress themes (I confess that I didn’t check them all….) and keeps appearing with its incorrect punctuation over and over. ie: as far as I understand, these are not non-bundled themes. They are the themes that are automatically loaded with WP.
In twenty twelve theme, the coding for it is NOT in a core file. It is in the functions file.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Which Files Changed in Version 3.1?Thank you, Jarret.
Like sanderrrrr, I have also noticed a marked increase in the number of spam comments that are getting through. I am using V2 for comments and have “Show login Captcha after how many failed attempts” set to
0 = show always.(I don’t know what “create a review with verifying captcha” means in the question to the original poster.)
Forum: Developing with WordPress
In reply to: adding and editing non-required field in commentsYes, I did mean a bicycle ride.
The bike ride was good, but I still don’t understand why
is still giving me grief either. I’ll keep picking away at it. I bet it’s something as simple as a misplaced semi-colon! (I know what you mean about how easy it is to miss those. I’ve learned from experience to check for their absence whenever I see an error message saying something likeunexpected }….)Forum: Developing with WordPress
In reply to: adding and editing non-required field in commentsThank you again for your reply.
Getting mixed up with this stuff is par for the course when starting out. When you keep at it it starts to make sense eventually.
I thought it was making sense, and it’s true that I’m getting glimmerings. But I will have to stare and re-stare at this. I have still failed to be able remove existing
‘s except by going into phpMyAdmin.But I did manage to get this code to be accepted by noticing that
$webname = ''was missing its ending semicolon:$webname = '';if ( isset( $_POST['webname'])) { $webname = trim( html_entity_decode( wp_filter_nohtml_kses( $_POST[webname])), " \t\n\r\0\x0B\xC2\xA0"); } else { $webname = ''; } add_comment_meta( $comment_id, 'webname', $webname );So many things to go wrong…. I think I’ll go on a bike ride and maybe, just maybe, it will clear what’s left of my mind, and I’ll suddenly get a breakthrough. 🙂
- This reply was modified 6 years, 7 months ago by ejm.