Forums
(@oli1982)
1 year, 1 month ago
A quick fix is to change line 122 inwp-content/plugins/job-postings/include/class-job-notifications.phpfrom$filepath = Job_Postings_Helper::getFilePath( $field );to$filepath = Job_Postings_Helper::getFilePath( $field['value'] );
wp-content/plugins/job-postings/include/class-job-notifications.php
$filepath = Job_Postings_Helper::getFilePath( $field );
$filepath = Job_Postings_Helper::getFilePath( $field['value'] );