Andrew Johnson
Forum Replies Created
-
I have a server with similar specs and am experiencing the same thing. I updated to the latest release of Pods but rolled back my WordPress Core to 6.5.5 and everything seems to be working as expected. If I move forward to 6.6.0, everything seems to break with the editor as @yabdali and @hassanahmad12 described.
Thank you! Much appreciated, @sc0ttkclark!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sorting Autocomplete Selections@pdclark, I did some testing and this appears to do exactly what I need. Thank you so much! You are a wizard!
@pdclark The fix pushed out in Pods 2.9.19 seems to have fixed this issue. I hadn’t even considered that it could be related to caching mode validation even though I had done some basic troubleshooting like clearing the Pods cache. Props to @bjornha for discovering this issue and assisting with a fix!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Multi-select Autocomplete Question@keraweb, when I type in the input where a selection has already been made, I do not see results as I would expect. It would appear the autocomplete is using the saved selection as the search term and because each term is unique, there are no additional matches to be found. I would expect that for each click in the input I get a full list of available options excluding already saved selections.
I will fill out a bug report.
I greatly appreciate the response @pdclark! I do have a dev site with some freedom to test things out so let me know if I can be of further assistance in getting this figured out.
- This reply was modified 2 years, 11 months ago by Andrew Johnson.
Anyone have any insight into this?
Forum: Plugins
In reply to: [Pods Alternative Cache] podscache – failed to open dirI was seeing similar errors which started around the same time. Just a sample from my error logs:
2023/03/10 22:00:40 [error] 99701#99701: *105049 FastCGI sent in stderr: “PHP message: PHP Warning: dir(/var/www/html/wp-content/podscache/000001/d/d69/): failed to open dir: No such file or directory in /var/www/html/wp-admin/includes/class-wp-filesystem-direct.php on line 613PHP message: PHP Warning: dir(/var/www/html/wp-content/podscache/000001/4/b2d/): failed to open dir: No such file or directory in /var/www/html/wp-admin/includes/class-wp-filesystem-direct.php on line 613PHP message: PHP Warning: dir(/var/www/html/wp-content/podscache/000001/7/83b/c07/): failed to open dir: No such file or directory in /var/www/html/wp-admin/includes/class-wp-filesystem-direct.php on line 613” while reading response header from upstream, client: 68.169.25.98, server: fmp.nystromcounseling.com, request: “POST /wp-json/facetwp/v1/refresh HTTP/2.0”, upstream: “fastcgi://unix:/var/run/php/php7.4-fpm.sock:”, host: “fmp.nystromcounseling.com”, referrer: “https://fmp.nystromcounseling.com/?_male_age=55%2C&_gender=female&_service=8140&_location=8085&_insurance=8043&_accepting_new=1&_female_age=55%2C”Forum: Plugins
In reply to: [Theme My Login] Custom PermalinksI have scoured the support forums and cannot find a good example of the .htaccess solution. Would you happen to have an example of how that would work?
Forum: Plugins
In reply to: [Theme My Login] Custom PermalinksSince I didn’t want to mess with my .htaccess file, I used this plugin:
http://ww.wp.xz.cn/extend/plugins/html-on-pages/Would you recommend a .htaccess rewrite rule rather than a plugin to make this work?