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&amp;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

NewZeal’s picture

Firstly, 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.

NewZeal’s picture

To reinstall you will need to remove the jobplus module completely from the system table.

NewZeal’s picture

Status: Active » Closed (fixed)

No response for 2 weeks

alwalser’s picture

I 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.

alwalser’s picture

Status: Closed (fixed) » Active
NewZeal’s picture

As 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.