Christian Foellmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Postings] PHP-Version depending issuesThe issue will be tracked here: PHP-Version depending issues · Issue #54 · blueglassdigital/job-postings (github.com)
First update from my tests:
I finally did update our staging to php 8.1.x and I did not get any errors. All functions work as expected.
Submit form including uploaded file -> send via mail to our HR department.
All of you should check these points:- is you wp install successully sending mails? like reset password
- can the file be save to the webserver location you selected in your settings?
- tested “WP Media” -> worked for me (ok for me since we use the GDPR option to not save anything in WP)
- “Secure location” : can not test that at the moment. I just moved to docker deployments and dont have the time to customize the internal workings of that config
Forum: Plugins
In reply to: [Job Postings] Compatibility for WP6the “tested up to” string is just a variable that can be change by the devs at will.
Please do NOT treat this as a promise that everything works!
This plugin is not tested like it is done in big “commercial” projects like yoast or jetpack.
For us it works for all new versions so far.Forum: Plugins
In reply to: [Job Postings] Console error generated while applied for submit job formplease open a technical issue here:
Issues · blueglassdigital/job-postings (github.com)Forum: Plugins
In reply to: [Job Postings] PHP Error when sending ApplyPlease check if your site can send notification mails for anything. Like forgotten passwort reset
the webserver user needs to have write and read permissions on that folder
Forum: Plugins
In reply to: [Job Postings] Skipped heading levelIf you could post an issue here Issues · blueglassdigital/job-postings (github.com)
it would be a better place for me to keep the issues within my sight
Forum: Plugins
In reply to: [Job Postings] Endless loading iconIt seems you have helped yourself with moving the applications to an external service.
I am sorry that I have not helped out on the plugin for so long. The devs seem to be not able to provide support here at the moment. and my time is also extremely limitedForum: Plugins
In reply to: [Job Postings] Apply button not workingthere is just an error page 404.
Since this is free community support the question without any information is not going to get you help here or anywhere anytime soonForum: Plugins
In reply to: [Job Postings] A critical error message appears when scanned with wordfenceIf the 10 month timeframe is the criteria there is nothing that needs or should be done.
I suspect there will be no update to push the updated dateForum: Plugins
In reply to: [Job Postings] Error for submitPlease check if your site can send notification mails for anything. Like forgotten passwort reset
Forum: Plugins
In reply to: [Job Postings] There is no any Confirmation Notification messageThe “post” of the form through admin-ajax.php produces this error:
Notice: Undefined index: value in /home/u9494126/public_html/wp-content/plugins/job-postings/include/class-job-notifications.php on line 306 Notice: Undefined index: value in /home/u9494126/public_html/wp-content/plugins/job-postings/include/class-job-notifications.php on line 61 {"status":"ok"}I do not have the time to debug this.
you should install the “query monitor” plugin to get more detail on the issue easily.Forum: Reviews
In reply to: [Job Postings] Great plugin, no documentation@robbert89 We would appreciate your translation!
See https://translate.ww.wp.xz.cn/projects/wp-plugins/job-postings/Forum: Plugins
In reply to: [Job Postings] Location field does not appear in the notification email@deanclarke55 when I look at your application form you are not asking for a location.
Note that you only get sent the data from the fields in the FORM.I hope that helps
Forum: Plugins
In reply to: [Job Postings] Google listing ignores all but “description” text fieldsWe have the same issue.
I have not had the time to evaluate further, yet.Forum: Plugins
In reply to: [Job Postings] Page jumps back at top after using filterThese “filters” are done with a page reload. Not via ajax.
This feature would need to be coded as a new part of the pluign