rubberbullets
Forum Replies Created
-
Invalid “To” e-mail address “[email protected]“
Is this supposed to be [email protected].uk
I have uploaded the beta version of the plugin and I no longer see the error notification within the Wordfence pages. This has been resolved, thank you.
Steve
So fast! Thank you. I’ll check out the beta.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Tags input search form field usabilityHi, I see the tags field has been updated. I just want to check if an issue I am now having with it is related to CSS or something else.
My search form is displaying TWO types of tags fields.
I am rending the search form using the following:
[aiovg_search_form tag="1"]
Render looks like:
https://cfs-prod-s3-corp.s3.ap-southeast-2.amazonaws.com/temp/Screenshot+2022-05-06+141304.pngTemporary fix:
In my _select2.css:.select2-container { box-sizing: border-box; display: none; /* WAS: display: inline-block */
- This reply was modified 2 years, 10 months ago by rubberbullets.
- This reply was modified 2 years, 10 months ago by rubberbullets.
I am having the same issue.
I export custom tags “Export With Settings For Import” from one site, and then when I go to import it in another site I get the error “A name is required for this term”.
The export CSV does not contain a field called ‘Name’, but it does contain a reference to ‘Term Name’.
I also don’t understand where the dragging option is to map fields.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Tags input search form field usabilityThank you, I can totally understand that – it’s a tricky situation based on user feedback!
I’ll look out for the change! Thanks for the speedy response!
Steve
Forum: Plugins
In reply to: [All-in-One Video Gallery] Export / Import optionsThank you for the reply and for those taxonomies, I was trying to work out what I’d need to do a partial DB export so that’s great! I’ll give it a try.
Forum: Plugins
In reply to: [Media Library Folders] Unhide foldersApologies, I just found this via Google. This is quite difficult considering I need to SSH into my AWS EC2 instances. I’d like to suggest a feature in the plugin that lets you view a list of hidden folders with the option to ‘unhide’ them.
Thanks.
How to Unhide a Hidden Folder Go to the hidden folder via your cPanel or FTP and remove the file ‘mlpp-hidden’. In the Media Library Folders Menu, click the Check for New folders link. This will add the folder back into Media Library Folders Visit the unhidden folder in Media Library Folders and click the Sync button to add contents of the folder. Before doing this, check to see that there are no thumbnail images in the current folder since these will be regenerated automatically; these usually have file names such as image-name-150×150.jpg, etc. Repeat step 3 for each sub folder. (Read more at: https://wordpressen.com/article/wordpress-media-library-folders-2#toc-1)
Forum: Plugins
In reply to: [All-in-One Video Gallery] RSS feed for latest videosGreat! And thanks for the reply!
Forum: Plugins
In reply to: [All-in-One Video Gallery] RSS feed for latest videosPlanned usage: I’d like this option to be able to display the feed in our CRM and encourage people to go to our video training library.
- This reply was modified 3 years, 1 month ago by rubberbullets.
Forum: Plugins
In reply to: [Media Library Folders] 503 Errors – AWS Elastic BeanstalkUpdate:
Resolved: Folder and file management has been resolved after discovering a file system permission issue on the Amazon EFS we store the
/uploads
files on (shared between instances). Apparently when upgrading from Linux 2018.03 to Linux 2 (to get to PHP7.4) web app ID changes.Fix:
sudo chown -R webapp.webapp /efs/{mydrive}
Unresolved: 503 and 504 errors. This is much less of a problem than file perms so I’ll continue investigating.
Forum: Plugins
In reply to: [Media Library Folders] 503 Errors – AWS Elastic BeanstalkUpdate:
* Switched to a single EC2 instance to run tests outside of the scaled environment.
* Tested processing a single ‘import’ action in Media Library Maintenance and it failed with a 503 Error.
* Success: Created folder directly under /uploads
* Failed: Creating a nested folder deeper down
* Failed: Uploading a file into a nested folderI’m not even sure if all the issue above have the same root cause.
Continue to get this error:
[Thu Jan 20 05:00:15.526783 2022] [proxy_fcgi:error] [pid 7365:tid 139627180537600] [client [HIDDEN]:64944] AH01067: Failed to read FastCGI header, referer: https://[HIDDEN]/wp-admin/admin.php?page=mlfp-maintenance [Thu Jan 20 05:00:15.527613 2022] [proxy_fcgi:error] [pid 7365:tid 139627180537600] (104)Connection reset by peer: [client [HIDDEN]:64944] AH01075: Error dispatching request to : , referer: https://[HIDDEN]/wp-admin/admin.php?page=mlfp-maintenance
And it corresponds in access logs to:
10.183.2.140 - - [20/Jan/2022:05:00:12 +0000] "POST /wp-admin/admin-ajax.php HTTP/1.1" 503 299 "https://[HIDDEN]/wp-a dmin/admin.php?page=mlfp-maintenance" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0. 4692.71 Safari/537.36 Edg/97.0.1072.62"
The “client” in this case seems to indicate the load balancer.
—-
I just found this too (which may separate file/folder errors for the 503 errors):
[20-Jan-2022 05:00:12 UTC] PHP Warning: unlink(/var/app/current/wp-content/uploads/Digital-Assets-2021/Webinar-Wallpaper/BHGRE-Google-Meets-Wallpaper-2.jpg): Permission denied in /var/app/current/wp-content/plugins/media-library-folders-pro-s3-addon/media-library-folders-pro-s3-addon.php on line 1789
Thank you – is there any risk to the files in the bucket if I test this on my staging server?
I’m expecting to:
1. Install this with the meta tool
2. Disable the existing Library Management tool
3. Run your plugin and see if it all syncs up