When i navigate to

admin/settings/creativecommons/import

i get this error:
Warning: pg_query(): Query failed: ERROR: relation "creativecommons_lite" does not exist in _db_query() (line 140 of /home/brenda/workspace/drupal/gargi/includes/database.pgsql.inc).
User warning: query: SELECT * FROM creativecommons_lite in _db_query() (line 161 of /home/brenda/workspace/drupal/gargi/includes/database.pgsql.inc).

this table doesn't appear in the hook_schema for this module.

Comments

balleyne’s picture

Status: Active » Needs work

That table is from a different module, the Creative Commons Lite module. It was active while the main Creative Commons module was unavailable, and that import feature is just meant as a way for people to migrate from Creative Commons Lite to the main Creative Commons module.

The interface should be cleaned up so that it doesn't display that error if CC Lite isn't being used, or better yet, it should be separated out into a submodule that depends on CC Lite maybe.

So... yes, it needs fixing, but it isn't anything that will stop the module from functioning (i.e. it's really just a lack of polish). I've changed this to needs work.

kreynen’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.