The error is: warning: fopen(sites/jobs.drupal.local/modules/listing/listing_job/listing_jobappln/includes/jobappln-cck-type.txt) [function.fopen]: failed to open stream: No such file or directory in E:\Drupal\source\drupal\sites\jobs.drupal.local\modules\listing\listing_job\listing_jobappln\listing_jobappln.module on line 26.
The problem seems to be incorrect txt file name, the actual file name is job_appln-cck-type.txt under includes directory, renaming this file to jobappln-cck-type.txt solves the issue.
Also a minor issue is the import of this content type requires text and optionwidgets, these two are not included in the dependency.
Comments
Comment #1
NewZeal commentedProblem fixed in beta13
Comment #2
NewZeal commented