Closed (fixed)
Project:
Creative Commons
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2010 at 03:04 UTC
Updated:
8 Apr 2011 at 17:21 UTC
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
Comment #1
balleyne commentedThat 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.
Comment #2
kreynen commented