Active
Project:
Listing
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2011 at 19:56 UTC
Updated:
5 Sep 2011 at 22:44 UTC
Jump to comment: Most recent file
Hello,
I am unable to update the job application status. I have tried all 5 listed setting to no avail. see screenshot....any ideas....go All blacks.....
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | broken view.jpg | 135.32 KB | brayo4 |
| update application.jpg | 22.76 KB | brayo4 |
Comments
Comment #1
NewZeal commentedThe beta6 version just uploaded includes a status change form available on the job page itself for easy changing of the status. Try it out and let me know what you think. Note: when upgrading the module, delete the current module first. There were a lot of rogue files getting into the module itself.
Comment #2
brayo4 commentedHello, th efollowing error posted, anything i should be concerned about???
user warning: Duplicate column name 'timestamp' query: ALTER TABLE listing_jobappln ADD `timestamp` INT NOT NULL DEFAULT 0 in /xxxxx/public_html/includes/database.mysql-common.inc on line 306.
You will need to reset each of your views. Hint: Clone each of the current views so that you can use them to add any further settings you have made to these views: EmployerApplications, MyApplications and JobApplications. Sorry for the inconvenience.
Updates were attempted. If you see no failures below, you may proceed happily to the administration pages. Otherwise, you may need to update your database manually. All errors have been logged.
Main page
Administration pages
The following queries were executed
listing_jobappln module
Update #6001
ALTER TABLE {content_type_job_appln} RENAME TO {content_type_jobappln}
ALTER TABLE {job_appln} RENAME TO {listing_jobappln}
ALTER TABLE {listing_jobappln} ADD `resume_nid` INT unsigned NOT NULL DEFAULT 0
ALTER TABLE {listing_jobappln} ADD `timestamp` INT NOT NULL DEFAULT 0
Failed: ALTER TABLE {listing_jobappln} ADD `timestamp` INT NOT NULL DEFAULT 0
Comment #3
NewZeal commentedHi There. That error is nothing to be concerned about. I just notice that I have the same code twice and that is why the error. I'll upload the changes shortly, pending any other errors.
You will need to reset your job application views: MyApplications, EmployerApplications, JobApplications. If you've made changes, clone the views first so then you can manually add the changes to the views. I apologise for the inconvenience. I am in the process of merging the two modules listing_job and listing_jobappln into one.
Thanks
Comment #4
brayo4 commentedHello,
Looking good.....no inconvenience, its for us to thank you for your work............. I also did notice that the resume is not part of views..... would be nice to have that exposed with views....just a thought...
Comment #5
NewZeal commentedHow do you mean by the resume not being part of views? This is a standard content type with CCK fields so you should be able to access it for Views purposes.
Comment #6
brayo4 commentedBy the way, the job applications view is broken in the update.......thx.........
Comment #7
NewZeal commentedIf you reset the view, then that fixes the broken-ness:
You will need to reset each of your views. Hint: Clone each of the current views so that you can use them to add any further settings you have made to these views: EmployerApplications, MyApplications and JobApplications. Sorry for the inconvenience.
Comment #9
brayo4 commentedThx, will try that..........no luck yet but never give up....i think you mean ALL my views??? or just the ones above.......
Comment #10
brayo4 commentedThe broken view missing handles etc....
Comment #11
NewZeal commentedYes, that is one of them. Reset the view and then, for good measure, clear the cache.