Active
Project:
Job Plus Job Board System
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 14:22 UTC
Updated:
9 Jul 2010 at 00:52 UTC
I am trying to build a job board type system for a small consulting company. I am very famliliar with Joomla! but I wanted to give Drupal a try. I am liking it so far, but this is a debilitating issue and I really don't know where to begin in resolving it. Please help!! I am posting the error message I am receiving (on every page of my site) below. Please let me know what you think or if you have any additional questions, I look forward to your help. Thanks in advance!
user warning: Table 'edgepoint11.cache_job_country' doesn't exist query: SELECT data, created, headers, expire FROM cache_job_country WHERE cid = 'node/1' in /home/content/g/n/a/gnacron/html/includes/database.mysql.inc on line 174.
user warning: Unknown column 'j.field_job_address_country' in 'field list' query: SELECT j.field_job_address_country FROM node n LEFT JOIN content_type_job j ON n.nid=j.nid WHERE n.status=1 in /home/content/g/n/a/gnacron/html/includes/database.mysql.inc on line 174.
user warning: Table 'edgepoint11.cache_job_country' doesn't exist query: LOCK TABLES cache_job_country WRITE in /home/content/g/n/a/gnacron/html/includes/database.mysql.inc on line 174.
user warning: Table 'edgepoint11.cache_job_country' doesn't exist query: UPDATE cache_job_country SET data = '<ul class=\"links\"><li class=\"first last 1\"><a href=\"/?q=node/1&country=all\" class=\"1 active\">All countries</a></li>\n</ul>', created = 1255097551, expire = -1, headers = '' WHERE cid = 'node/1' in /home/content/g/n/a/gnacron/html/includes/database.mysql.inc on line 174.
user warning: Unknown column 'field_job_address_country' in 'field list' query: SELECT field_job_address_country FROM content_type_job WHERE nid=1 in /home/content/g/n/a/gnacron/html/includes/database.mysql.inc on line 174.
Comments
Comment #1
NewZeal commentedFirstly, thank-you for choosing jobplus.
Secondly, my apologies for omitting the install.module. This is now included in the second release and I have tested it. Please read the README.txt before installing.
Comment #2
NewZeal commentedTo reinstall you will need to remove the jobplus module completely from the system table.
Comment #3
NewZeal commentedNo response for 2 weeks
Comment #4
alwalser commentedI am getting an error and I can't figure it out. Can you help??
user warning: Table '[databasename].content_type_job' doesn't exist query: SELECT j.field_job_address_country FROM node n LEFT JOIN content_type_job j ON n.nid=j.nid WHERE n.status=1 in /[pathToDrupalInstall]/drupal-6.17/modules/jobplus/jobplus.module on line 306.
Comment #5
alwalser commentedComment #6
NewZeal commentedAs per instructions you need to create a field using the address module which is called job_address . Unfortunately the address module does not seem to work with content export and import otherwise I would have made this field create automatically. Later versions of this module will no doubt be more flexible in this respect.