grizgza
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Mail Queue] Special character encoding issue in email SubjectFYI – I tried posting to the forum twice and appear to be have been IP banned for some reason…
Forum: Plugins
In reply to: [GD Mail Queue] Special character encoding issue in email SubjectThank you for the link
Got it. Thanks
Thanks for your quick reply and willingness to fix. I have since found a few other errors in the rendered HTML. Some are accessibility issues and some are code mistakes. Should I post them here or send them to you directly?
Forum: Plugins
In reply to: [Link Library] Link validator – user submissionActually, I tested again and it seems I’m getting the error no matter what type of link it is.
“Link submission error”
Any thoughts?
Forum: Plugins
In reply to: [Active Directory Thumbnails] Javascript errorI did not have PHP GD installed. Installed it and now your plugin works!
Awesome, thank you!Forum: Plugins
In reply to: [Active Directory Thumbnails] Javascript errorThanks for your help.
Now I’m getting this error on 1.03rc1:
https://10.1.10.8/?active_directory_thumbnails&nonce=4268ad786d Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Forum: Plugins
In reply to: [Eventbrite API] "Event not published" and 404 on event pageIt appears to have started working now. Did you receive any response from Eventbrite that they fixed/changed anything?
Thanks
Forum: Plugins
In reply to: [WP Fastest Cache] nothing cached / bad htaccess ?Awesome, I can confirm it is working 100% now. Thank you!
Forum: Plugins
In reply to: [WP Fastest Cache] nothing cached / bad htaccess ?Yes
Forum: Plugins
In reply to: [WP Fastest Cache] nothing cached / bad htaccess ?I’m using their grid (shared) hosting plan.
I did some investigating, see here:
https://grizfam.com/test.phpI believe the second variable provides the correct path.
https://kb.mediatemple.net/questions/36/Using+Environment+Variables+in+PHP#gs
Forum: Plugins
In reply to: [WP Fastest Cache] nothing cached / bad htaccess ?Thank you for your quick reply.
I did as you instructed and I did notice the change, however the paths still aren’t correct but they are closer.
RewriteCond %{DOCUMENT_ROOT}//nfs/c02/h10/mnt/40383/domains/grizfam.com/html/wp-content/cache/all//nfs/c02/h10/mnt/40383/domains/grizfam.com/html/$1/index.html -f
RewriteRule ^(.*) “//nfs/c02/h10/mnt/40383/domains/grizfam.com/html/wp-content/cache/all//nfs/c02/h10/mnt/40383/domains/grizfam.com/html/$1/index.html” [L]
There are double forward slashes “//” at the beginning of the paths. Also, should that whole server file path be repeated after “/cache/all/”? As far as I know, those subfolders folders don’t exist. I just have /wp-content/cache/all/
Forum: Plugins
In reply to: [WP Fastest Cache] nothing cached / bad htaccess ?Im having the same issue. Installed and activated plugin but pages were not being cached. Checked permissions (OK), checked to see if the cached files were being created (YES), finally checked .htaccess file and found this.
The paths to my server are missing forward slashes. I’m hosting the website on MediaTemple shared grid service.
File root on my server looks like:
/nfs/c02/h10/mnt/Your plugin wrote the htaccess file like this:
nfsc02h10mntWordPress is not installed in a subdirectory.
My cache folder looks like this:
/cache/all/index.htmlI tried manually fixing the paths but still not luck.
Forum: Plugins
In reply to: [S3 Video Plugin] [Plugin: S3 Video Plugin] thumbnailsI tried jpg’s and png’s of varying sizes/ratios with no success. I poked around and realized some things.
1. I’m using VideoJS, not flowplayer. Does the video metadata (preview image) only work for Flowplayer?
2. I tried some other videos and they automatically load a frame from the video to use as a preview. This is fine and preferred over manually uploading one. But for whatever reason the particular video in question does not.I think it may be something in particular to the video. All my videos are mp4’s but they may have been encoded in different ways. I’ll probably need to get on the VideoJS forums to troubleshoot, because I doubt this has anything to do with your plugin.
Thanks for your help!
Forum: Plugins
In reply to: [S3 Video Plugin] [Plugin: S3 Video Plugin] thumbnailsYes, that is exactly how I uploaded the thumbnail. But no preview shows up in the video player. I tried this several times and cleared my WP Super cache, but no luck…
Any ideas? I’ll poke around a little more and see if I can figure something out.